Thanks for this video, I’ve used this for a couple of different friends who needed a super basic web “application” they could manage from a spreadsheet, and it’s been great to just make this in 20 minutes and hand it over to them
@kyoteam87393 жыл бұрын
The Sheets v3 API has been turned down.
@rogerccaqp4 жыл бұрын
can record new entrys or update with this method?
@stephen-dev2 жыл бұрын
Not sure if anyone else is having the same issue, but cannot seem to get it to work. Perhaps google changed the link format?
@filipemarques329410 ай бұрын
i cant do it.
@littlered555554 жыл бұрын
Cool idea man, I just started a bootcamp and barely understand the syntax but keep up the videos. I need more ideas to understand what is capable.
@ryanpeterson79984 жыл бұрын
OK, i'm trying to learn how to do API calls from Google Sheets to Google "Distance Matrix API" and back to my google sheets document i use for truck dispatching. Im trying to calculate the distance and time. Can you please start a new series for the beginners showing us how to get started (clear back to Google Console for Developers and move us forward?) i have a site/video from here that gave me the code to copy and paste into script editor but i dont know what i need to do before that. PLEASE ANY HELP YOU CAN PROVIDE WOULD BE AWESOME! YOUR VIDEOS ARE SUPER INFORMATIVE
@clebhosh4 жыл бұрын
dude, you are a legend! I just tried it and everything worked..
@moses54072 жыл бұрын
Sheets Get and POST without Google apps script and it's throttling limits? Is that correct? if so, WOW! If you have a chance to LMK that would be appreciated. Also, it seems no separate auth is required beyond the usual share access to the sheet. via Google sheets Is that correct? If so, how is access protected to prevent data corruption by anyone with the public link? In any case, thanks for the clear and simple method/explanation.
@raphaeljones97473 жыл бұрын
Follow up vid on basic CRUD operations makes sense (if available).
@GarethSteedman4 жыл бұрын
Ive been trying this but when I add my spreadsheet ID in, it opens the code page but its not editable... Any suggestions? Everything is there as in your video but cant do anything with it
@alickzhang37213 жыл бұрын
how is authentication handled?
@Fellixify4 жыл бұрын
This is very cool, but it would be awesome if there could be a way to update the sheet with new data using javascript.
@ben.12023 жыл бұрын
Oh mate - legend! This is exactly what I've been trying to do. Cheers for the video!
@rainthstrive4 жыл бұрын
Astonishing and simple. Thanks man
@edisongaiborconde14834 жыл бұрын
Bro, You can make a video passing the data from the spreadsheet to a table in html? Thanks bro
@AbdullahAlSalem_abood3 жыл бұрын
what about post?
@hafizhmahendra51053 жыл бұрын
i have a question sir... when you convert the gsheet into JSON, can we make CRUD for this JSON that updates the sheets?
@hossainabeer3 жыл бұрын
Hey, can the same procedure be followed to read data from Google Docs? if not, what's the right procedure?
@anilpandit523 жыл бұрын
Sounds great and pretty close to what I was looking for... but I am unable to take it further. Do you think you can make a video on CREATING an EXCEL LIKE DATA ENTRY FORM with this technique used in PHP or Flutter Web? Thanks and Regards -
@cameosisj60074 жыл бұрын
Thanks for sharing! Exactly what I'm looking for. Going to play around with it a bit now.
@spicytopics79623 жыл бұрын
I was tried the same but it doesnot give me any output says error only
@paulntegeka73633 жыл бұрын
how about searching by column content
@tonmoitanvi17733 жыл бұрын
Hi dev101! thanks for this video. it's really simple to use. though I have been using an API tool of sheet best for years & I am used to using it
@miansaqlain83602 жыл бұрын
yes bro
@cashionsteven56953 жыл бұрын
dumb question: how to i display the data from sheet for user to see instead of console log :)))
@ignatiusmaziofa23934 жыл бұрын
thanks bro. question, how can i do filtering with say a specific field
@adamthedev4 жыл бұрын
You can just use basic javascript functions such as filter: alligator.io/js/filter-array-method/ to filter the object and return specific ids. There'll be plenty of vids on YT showing how to do this!
@benedictomindajao60543 жыл бұрын
does it works with dialogflow?
@leandrobandres98564 жыл бұрын
Very good....! Thaks... is posible add images in the JSON?
@adamthedev4 жыл бұрын
You can add the url for the images and host the images elsewhere!
@ollysalanson94523 жыл бұрын
Can you perform POST requests this way?
@hafizhmahendra51053 жыл бұрын
i also want to know bout this
@kayan_dev4 жыл бұрын
can we post data to edite ?
@DJJuanCuba4 жыл бұрын
Amazing this is exactly what i was looking for ! Do you know how i could stock a specific cell text content in a var ?
@Mariusz.opalka4 жыл бұрын
Where can I find the code?
@farsfuad30024 жыл бұрын
but this makes the gsheet public , that means anyone can see what's in it , there is another way of making an api
@adamthedev4 жыл бұрын
Fars Fuad yes, you’re correct! This should be used as a nicer way of showing public-accessible data and shouldn’t have any confidential stuff (that applies to any public api)
@farsfuad30024 жыл бұрын
there is a way , using both "gsheet flutter package" and "google sheet api" if you could make a video of them and how to use it , i will be very thankful here is the links : gsheet package: pub.dev/packages/gsheets#-example-tab- How to get api from google sheet : medium.com/@a.marenkov/how-to-get-credentials-for-google-sheets-456b7e88c430
@farsfuad30024 жыл бұрын
i really need to know about the confidential stuff xD
@morganarnel42614 жыл бұрын
Great video however it is worth noting that this shouldn't be used with Sheets that contain personal or commercially sensitive data as the data is publicly available. Brilliant for many other use cases though, thanks!
@Gigabyteserviceofficial4 жыл бұрын
How to add authentication in it?
@alexlytle0894 жыл бұрын
If I use multiple columns the data gets put all in one string.
@TramitesNanos2 жыл бұрын
Thanks 🙏🙏🙏
@dr-mnizam2 жыл бұрын
kzbin.info/www/bejne/e4XLkqiZeaeMbMk
@vicentiubota88644 жыл бұрын
what if I have multiple sheets in the same document?
@vicentiubota88644 жыл бұрын
Solution: feed->entry[...] contains all pages in your spreadsheet
@adamthedev4 жыл бұрын
@@vicentiubota8864 Awesome!
@jasongaretthatcher3 жыл бұрын
It works for me except about 50% of the time it gives me a 404. I can’t figure out why it works sometimes and not others. Any idea?
@ezequielcuirolo19283 жыл бұрын
Im here just to looking for a comment talking about that. I dont know why suddendly stop working
@zX3pLeELITEXz3 жыл бұрын
This does not work any more! Does anyone have any idea or alternative?... I have a project that really depends on my sheet
@ezequielcuirolo19283 жыл бұрын
Im here just to looking for a comment talking about that. I dont know why suddendly stop working
@suchizgames47483 жыл бұрын
is this still working today ?
@romualdo_ah4 жыл бұрын
You are a genius!
@11hamma3 жыл бұрын
Hello. Can someone tell how many such requests can I make in a day?
@pfmbb67853 жыл бұрын
Not working anymore, anyone got any ideas on how to replicate this functionality?
@Ethan-dd4ln4 жыл бұрын
Very cool idea! Do you think this works with Microsoft Excel?
@sheikhshuaib84513 жыл бұрын
not working now why
@Arctur173 жыл бұрын
This API is deprecated
@Actidle2 жыл бұрын
not work for me
@rafarolsky75223 жыл бұрын
Is it still working?
@Arctur173 жыл бұрын
No, this API is deprecated
@qtech1084 жыл бұрын
thank you man
@danceindia4 жыл бұрын
cool man :) no need to pay for airtable now
@Harshalk4 жыл бұрын
Doesn't work , I followed steps, have correctly published it to web. but getting this error Sorry, unable to open the file at this time. Please check the address and try again.
@internetofthings45264 жыл бұрын
I too got the same issue.
@adamthedev4 жыл бұрын
You must be missing a step, as it works with everyone else. Try opening in a new browser and re-run through all the steps again, double check that you're using the correct ID to open up the json
@adolfosandoval2624 жыл бұрын
This error is usually related to permissions on the sheet. Check to make sure it is public and shared.
@DigitalMediaCanada3 жыл бұрын
@@adolfosandoval262 I'm getting the same error after making it public???
@gkram88003 жыл бұрын
Was it real-time 🤔
@adamthedev3 жыл бұрын
Once data is entered into the spreadsheet it becomes instantly available via the api request (no delay). You would need to trigger the request again to pull in the new data, but could do this easily enough
@g-576434 жыл бұрын
Wow exclente, thak you
@parthapaul43063 жыл бұрын
not working btw
@abilioscoelho4 жыл бұрын
Great
@KawaiiLuckyGirl3 жыл бұрын
genius Are you trini?
@adamthedev3 жыл бұрын
I'm Welsh, British haha
@KawaiiLuckyGirl3 жыл бұрын
@@adamthedev crazy, parts of your accent sounds trini.
@joaocarlossilvadeoliveiram7234 жыл бұрын
That's great. It's just a shame youd have to turn it into public.