James. 1st of all. Amazing job. I did learn a lot from this simple video. No wasting time, no unnecessary self-adds, but your knowledge. I have improved as a developer of no-code apps, but so far just for friends' demands. I would like to provide services to those who demand them. What would be 1st steps to find good freelancer jobs?
Good tut. Is it possible to speak briefly on how to also write to a named sheet in goggle sheets? FOllowing your tut, I was able to read my data but having difficulty writing data from a form to a sheet in google sheet, the same sheet wose id was used to read data from. I have checked far and wide but no luck. I tried the append demo but got back "error: Status not found"
James thank you so much for your content, I'm building my app thanks to you! I'm a digital marketer and copywriter, if you ever need help selling a course or anything else, let me know and I'll help you!
I understand how to fetch data from a spreadsheet to Flutter using FlutterFlow. However, is there any documentation on how to input data in FlutterFlow and have it sent to a spreadsheet in a POST format?
HI, I followed the steps to connect google sheet with the flutter flow but I am getting an error "null" 404, 403 'message: The request is missing a valid , Status: Permission Denied, whats should i do?
Thanks James for the great turtorial. i got stack at the filterling. what do you think is the possible reason i can not do the filter? my conditional visiblity is "catID == $[1]". it always shows no items in the "Offer List" page. I can tell that the catID pass correct value to "Offer List"page.
@@mvgiugni65Thanks James, that was a fast response. Will check that later. As some of my projects maybe easier for other users to use google sheet rather than firebase. This video helps a lot. Thanks
I found what I was looking for! Thank you very much for this lesson. How do I get the number of rows in a google spreadsheet? I have a database in google sheets for a Glide Application. To switch to FlutterFlow, is it better to import a database into Firebase or work with google sheets via the API? Tell me how to do the right thing?
Hi, how to synchronize data on google drive in applications so that each user saves his given google drive, i want to make an application planner and user data is not saved to my firebase on user google drive
Love your videos. Could you please explain how to add to cart from two or three different models - for example, one schema is for Rental car, other for Flights and third for Hotels - something like Expedia?
alguien sabe como usar esta api pero en metodo POST ? ya logre crear una API GET pero no puedo con las post me sale error 401 y no se que hacer alguien sabe ???
Google sheet as a database requires the sheet to be publicly available. If that's the case how could we ensure that our google sheet won't be manipulated by anyone?
Hi James, I am getting below error when testing the API for Google Sheets, any help? "code": 403, "message": "The caller does not have permission", "status": "PERMISSION_DENIED"
I got the same error.. but found the reason.. we need to make the sheet public by clicking on the share and opting for anyone with the link option, then it works.
Good job James, it would be great if you could do a tutorial on how to work with the GoogleCalendar API, cheers!
really amazing video~!! Thanks James!
James. 1st of all. Amazing job. I did learn a lot from this simple video. No wasting time, no unnecessary self-adds, but your knowledge. I have improved as a developer of no-code apps, but so far just for friends' demands. I would like to provide services to those who demand them. What would be 1st steps to find good freelancer jobs?
Hello Miguel, do you have courses where I can do the complete development of goolge sheets + flutter flow?
Damnnnnnnnnn u made work soooo easy love you a lot, i m never forgetting you for this tutorial.
As always you rock!! 🤘 love your way of explanation... ❤🙏🏻🙏🏻🙏🏻
hi! great video! is posible to save date from flutterflow to google sheet? thanks!
CRUD operations in google sheets from flutterflow
Good tut. Is it possible to speak briefly on how to also write to a named sheet in goggle sheets? FOllowing your tut, I was able to read my data but having difficulty writing data from a form to a sheet in google sheet, the same sheet wose id was used to read data from. I have checked far and wide but no luck. I tried the append demo but got back "error: Status not found"
Thank you so much for this. Very helpful
James thank you so much for your content, I'm building my app thanks to you! I'm a digital marketer and copywriter, if you ever need help selling a course or anything else, let me know and I'll help you!
can possible use google sheets to a relational database with a tabs, like appsheet?
Thanks James, your content is excellent and this tutorial is incredibly helpful.
Very good explanation. Thanks
I understand how to fetch data from a spreadsheet to Flutter using FlutterFlow. However, is there any documentation on how to input data in FlutterFlow and have it sent to a spreadsheet in a POST format?
Plz make a tutorial on "How user can create folders/playlists and Save/Move Posts to folders." in bubble.
HI, I followed the steps to connect google sheet with the flutter flow but I am getting an error "null" 404, 403 'message: The request is missing a valid , Status: Permission Denied, whats should i do?
Thanks James for the great turtorial. i got stack at the filterling. what do you think is the possible reason i can not do the filter? my conditional visiblity is "catID == $[1]". it always shows no items in the "Offer List" page. I can tell that the catID pass correct value to "Offer List"page.
Same problem here .. If you create a condition testing if the catID == 0, to show without any filter it does work.
Just fixed it.. Change the catID parameter type to String
@@mvgiugni65Thanks James, that was a fast response. Will check that later. As some of my projects maybe easier for other users to use google sheet rather than firebase. This video helps a lot. Thanks
@@mvgiugni65sorry, i thought from James. Your tip solved my problem. thanks a lot
I found what I was looking for! Thank you very much for this lesson. How do I get the number of rows in a google spreadsheet?
I have a database in google sheets for a Glide Application. To switch to FlutterFlow, is it better to import a database into Firebase or work with google sheets via the API? Tell me how to do the right thing?
There is possibility to synchronize in the both ways easyly ?
amazing channel dude. Keep going. How do I count the number of the lines I got?
Hi, how to synchronize data on google drive in applications so that each user saves his given google drive, i want to make an application planner and user data is not saved to my firebase on user google drive
20:02 is what we waiting for .. 🙂
Love your videos. Could you please explain how to add to cart from two or three different models - for example, one schema is for Rental car, other for Flights and third for Hotels - something like Expedia?
i've tried fetching the offerlist but it's not showing what do i do now please help....🙏🙏
Thank you!!
Can we post the data into gsheet from flutter app can you please make tutorial about it
Great Videos! What is the app you are using to design your apps in your videos?
Thanks for the like, but serious which app are you using for your flow diagrams, is it a mac app?
Is it possible to use Firebase instead of Google Sheets?
How to update in google sheet cell values by api call from flutterflow
Excelente!!!
How to reach you for any doubts
alguien sabe como usar esta api pero en metodo POST ? ya logre crear una API GET pero no puedo con las post me sale error 401 y no se que hacer alguien sabe ???
Resolviste????
Anyone has tried to make an update or insert, how can do the authorization process?
Eres un crack
Google sheet as a database requires the sheet to be publicly available. If that's the case how could we ensure that our google sheet won't be manipulated by anyone?
Make it view only, then others can't so anything. they can just watch
@@gideonlahav7676 but we don't want people to see it. It's confidential to the specific user only
Than you include his gmail / other as the authentication. you do it using google drive. @@edison.villamor
Which app do you use to make this charts?
If you're talking about the first 30 seconds, it's whimsical. I also look around for it after seeing James use it xD
@@clout8270 Thank you very much! Awesome tool!
@@jrvidotti yeah, you’re welcome!
tenho a impressão que ele é brasileiro
Hi James, I am getting below error when testing the API for Google Sheets, any help?
"code": 403,
"message": "The caller does not have permission",
"status": "PERMISSION_DENIED"
I got the same error.. but found the reason.. we need to make the sheet public by clicking on the share and opting for anyone with the link option, then it works.
try just using "key" in stead of "key=your..." Then I got a 200.
@@ElizabethHannan Thank you so much!
Great contens an worth subbing channel . A fellow creator.,.,.,.
Why the FU** FlutterFlow doesn't a have native integration with Google Sheets, like Glide or AppSheets? That's just stupid
CRUD operations in google sheets from flutterflow