Using Google Spreadsheets as an API in under 4 minutes!

  Рет қаралды 95,563

adamthedev

adamthedev

Күн бұрын

Пікірлер: 83
@JasonBoyce
@JasonBoyce 3 жыл бұрын
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
@kyoteam8739
@kyoteam8739 3 жыл бұрын
The Sheets v3 API has been turned down.
@rogerccaqp
@rogerccaqp 4 жыл бұрын
can record new entrys or update with this method?
@stephen-dev
@stephen-dev 2 жыл бұрын
Not sure if anyone else is having the same issue, but cannot seem to get it to work. Perhaps google changed the link format?
@filipemarques3294
@filipemarques3294 10 ай бұрын
i cant do it.
@littlered55555
@littlered55555 4 жыл бұрын
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.
@ryanpeterson7998
@ryanpeterson7998 4 жыл бұрын
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
@clebhosh
@clebhosh 4 жыл бұрын
dude, you are a legend! I just tried it and everything worked..
@moses5407
@moses5407 2 жыл бұрын
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.
@raphaeljones9747
@raphaeljones9747 3 жыл бұрын
Follow up vid on basic CRUD operations makes sense (if available).
@GarethSteedman
@GarethSteedman 4 жыл бұрын
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
@alickzhang3721
@alickzhang3721 3 жыл бұрын
how is authentication handled?
@Fellixify
@Fellixify 4 жыл бұрын
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.1202
@ben.1202 3 жыл бұрын
Oh mate - legend! This is exactly what I've been trying to do. Cheers for the video!
@rainthstrive
@rainthstrive 4 жыл бұрын
Astonishing and simple. Thanks man
@edisongaiborconde1483
@edisongaiborconde1483 4 жыл бұрын
Bro, You can make a video passing the data from the spreadsheet to a table in html? Thanks bro
@AbdullahAlSalem_abood
@AbdullahAlSalem_abood 3 жыл бұрын
what about post?
@hafizhmahendra5105
@hafizhmahendra5105 3 жыл бұрын
i have a question sir... when you convert the gsheet into JSON, can we make CRUD for this JSON that updates the sheets?
@hossainabeer
@hossainabeer 3 жыл бұрын
Hey, can the same procedure be followed to read data from Google Docs? if not, what's the right procedure?
@anilpandit52
@anilpandit52 3 жыл бұрын
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 -
@cameosisj6007
@cameosisj6007 4 жыл бұрын
Thanks for sharing! Exactly what I'm looking for. Going to play around with it a bit now.
@spicytopics7962
@spicytopics7962 3 жыл бұрын
I was tried the same but it doesnot give me any output says error only
@paulntegeka7363
@paulntegeka7363 3 жыл бұрын
how about searching by column content
@tonmoitanvi1773
@tonmoitanvi1773 3 жыл бұрын
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
@miansaqlain8360
@miansaqlain8360 2 жыл бұрын
yes bro
@cashionsteven5695
@cashionsteven5695 3 жыл бұрын
dumb question: how to i display the data from sheet for user to see instead of console log :)))
@ignatiusmaziofa2393
@ignatiusmaziofa2393 4 жыл бұрын
thanks bro. question, how can i do filtering with say a specific field
@adamthedev
@adamthedev 4 жыл бұрын
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!
@benedictomindajao6054
@benedictomindajao6054 3 жыл бұрын
does it works with dialogflow?
@leandrobandres9856
@leandrobandres9856 4 жыл бұрын
Very good....! Thaks... is posible add images in the JSON?
@adamthedev
@adamthedev 4 жыл бұрын
You can add the url for the images and host the images elsewhere!
@ollysalanson9452
@ollysalanson9452 3 жыл бұрын
Can you perform POST requests this way?
@hafizhmahendra5105
@hafizhmahendra5105 3 жыл бұрын
i also want to know bout this
@kayan_dev
@kayan_dev 4 жыл бұрын
can we post data to edite ?
@DJJuanCuba
@DJJuanCuba 4 жыл бұрын
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.opalka
@Mariusz.opalka 4 жыл бұрын
Where can I find the code?
@farsfuad3002
@farsfuad3002 4 жыл бұрын
but this makes the gsheet public , that means anyone can see what's in it , there is another way of making an api
@adamthedev
@adamthedev 4 жыл бұрын
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)
@farsfuad3002
@farsfuad3002 4 жыл бұрын
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
@farsfuad3002
@farsfuad3002 4 жыл бұрын
i really need to know about the confidential stuff xD
@morganarnel4261
@morganarnel4261 4 жыл бұрын
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!
@Gigabyteserviceofficial
@Gigabyteserviceofficial 4 жыл бұрын
How to add authentication in it?
@alexlytle089
@alexlytle089 4 жыл бұрын
If I use multiple columns the data gets put all in one string.
@TramitesNanos
@TramitesNanos 2 жыл бұрын
Thanks 🙏🙏🙏
@dr-mnizam
@dr-mnizam 2 жыл бұрын
kzbin.info/www/bejne/e4XLkqiZeaeMbMk
@vicentiubota8864
@vicentiubota8864 4 жыл бұрын
what if I have multiple sheets in the same document?
@vicentiubota8864
@vicentiubota8864 4 жыл бұрын
Solution: feed->entry[...] contains all pages in your spreadsheet
@adamthedev
@adamthedev 4 жыл бұрын
@@vicentiubota8864 Awesome!
@jasongaretthatcher
@jasongaretthatcher 3 жыл бұрын
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?
@ezequielcuirolo1928
@ezequielcuirolo1928 3 жыл бұрын
Im here just to looking for a comment talking about that. I dont know why suddendly stop working
@zX3pLeELITEXz
@zX3pLeELITEXz 3 жыл бұрын
This does not work any more! Does anyone have any idea or alternative?... I have a project that really depends on my sheet
@ezequielcuirolo1928
@ezequielcuirolo1928 3 жыл бұрын
Im here just to looking for a comment talking about that. I dont know why suddendly stop working
@suchizgames4748
@suchizgames4748 3 жыл бұрын
is this still working today ?
@romualdo_ah
@romualdo_ah 4 жыл бұрын
You are a genius!
@11hamma
@11hamma 3 жыл бұрын
Hello. Can someone tell how many such requests can I make in a day?
@pfmbb6785
@pfmbb6785 3 жыл бұрын
Not working anymore, anyone got any ideas on how to replicate this functionality?
@Ethan-dd4ln
@Ethan-dd4ln 4 жыл бұрын
Very cool idea! Do you think this works with Microsoft Excel?
@sheikhshuaib8451
@sheikhshuaib8451 3 жыл бұрын
not working now why
@Arctur17
@Arctur17 3 жыл бұрын
This API is deprecated
@Actidle
@Actidle 2 жыл бұрын
not work for me
@rafarolsky7522
@rafarolsky7522 3 жыл бұрын
Is it still working?
@Arctur17
@Arctur17 3 жыл бұрын
No, this API is deprecated
@qtech108
@qtech108 4 жыл бұрын
thank you man
@danceindia
@danceindia 4 жыл бұрын
cool man :) no need to pay for airtable now
@Harshalk
@Harshalk 4 жыл бұрын
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.
@internetofthings4526
@internetofthings4526 4 жыл бұрын
I too got the same issue.
@adamthedev
@adamthedev 4 жыл бұрын
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
@adolfosandoval262
@adolfosandoval262 4 жыл бұрын
This error is usually related to permissions on the sheet. Check to make sure it is public and shared.
@DigitalMediaCanada
@DigitalMediaCanada 3 жыл бұрын
@@adolfosandoval262 I'm getting the same error after making it public???
@gkram8800
@gkram8800 3 жыл бұрын
Was it real-time 🤔
@adamthedev
@adamthedev 3 жыл бұрын
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-57643
@g-57643 4 жыл бұрын
Wow exclente, thak you
@parthapaul4306
@parthapaul4306 3 жыл бұрын
not working btw
@abilioscoelho
@abilioscoelho 4 жыл бұрын
Great
@KawaiiLuckyGirl
@KawaiiLuckyGirl 3 жыл бұрын
genius Are you trini?
@adamthedev
@adamthedev 3 жыл бұрын
I'm Welsh, British haha
@KawaiiLuckyGirl
@KawaiiLuckyGirl 3 жыл бұрын
@@adamthedev crazy, parts of your accent sounds trini.
@joaocarlossilvadeoliveiram723
@joaocarlossilvadeoliveiram723 4 жыл бұрын
That's great. It's just a shame youd have to turn it into public.
@jaydmatacarita
@jaydmatacarita 3 жыл бұрын
I think google blocked this
@supremaunus7100
@supremaunus7100 4 жыл бұрын
😧subbed
Google Sheets… Your Next Database?
7:16
Fireship
Рет қаралды 411 М.
Read and Write data from google sheets using Python
16:22
robustQA - Abhishek Patel
Рет қаралды 30 М.
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН
Make an API With Google Sheets and Google Apps Script
15:53
Cukmekerb's Coding Class
Рет қаралды 64 М.
How to Use Google Sheets as a Simple CMS
10:12
Coding in Public
Рет қаралды 12 М.
Google Sheets - Python API, Read & Write Data
28:01
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 193 М.
The Easiest Way to Build Websites
10:56
Sajid
Рет қаралды 683 М.
How to Use Google Sheets With Python
12:46
Pretty Printed
Рет қаралды 132 М.
Bobcat Chasing a Squirrel around a Tree
0:18
ViralSnare Rights Management
Рет қаралды 12 МЛН
Как открыть двери машины без ключей
0:59
ЭКСТРЕМАЛЬНАЯ РЫБАЛКА за 1$ и 100$ и 1000$
19:05
ЕГОРИК
Рет қаралды 1,1 МЛН
Правильный выбор сделал? #shorts
1:01
Angel4Skvad
Рет қаралды 1,2 МЛН
When she wants to share everything 😂 #shorts
0:47
Adam W
Рет қаралды 72 МЛН
Sorvete de Danoninho
0:57
Spider Slack
Рет қаралды 33 МЛН