Тёмный

HTML Form to Google Sheets using JSON API Web App - - e.j1 p.5 

Get __it Done!
Подписаться 11 тыс.
Просмотров 15 тыс.
50% 1

Опубликовано:

 

21 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 37   
@mawwardhana
@mawwardhana Год назад
i am having problem running doPost function when i blank data in spreadsheet, in this case "id" is equal to zero. the problem is in the variable "get last id" which is in "getLastRow()-1", after I remove "-1" which means only "getLastRow()", this function runs successfully. whatever it is, this tutorial really enriches my skills with self-taught background knowledge of JSON API. many thanks
@rosaprint8676
@rosaprint8676 3 года назад
Excellent! Thanks! Happy New Year!
@abdullahquhtani4247
@abdullahquhtani4247 3 года назад
It would be the best tutorial of it’s type if you could add search functionality to this. I hope you consider this and extend this tutorial to do so. Thank you 🙏
@lauraa.3593
@lauraa.3593 4 года назад
Excellent! Thanks!
@jstrong4006
@jstrong4006 3 года назад
Hello great videos! My code was working, but now I get this error... "has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled." any help??? I dowloaded the cors plugin but then get another error that relates to running html not json script
@shinrafahell
@shinrafahell 3 года назад
So you have more than one channel interesting.
@mubashirrehman1122
@mubashirrehman1122 3 года назад
You are doing great will be waiting for your coming videos. The code shows an error (Paused in debugger, in Line (.then (res => res.json()) ). Will highly appreciate it if you reply.
@gogomanish
@gogomanish 2 года назад
Can I use it in Google sites ?
@findthetruth3021
@findthetruth3021 4 года назад
Please make Cascade drop down by using visual studio, I really need it. Many thanks for all of your amazing videos.????? Still waiting for it.
@hvhryan2888
@hvhryan2888 3 года назад
Great. Do you have any series related to VueJS or ReactJS?
@getitdonetube
@getitdonetube 3 года назад
I'll be creating ReactJS series soon.
@hvhryan2888
@hvhryan2888 3 года назад
@@getitdonetube What a Great man! I am waiting for your series. Thanks a lot.
@tazulislam2698
@tazulislam2698 2 года назад
Thanks bro I have used loop sending 2d array but it doesn't post all values. example of values, var info = [ {name:"Ahraf",age:40},{name:"sumon",age:36},{name:"Jhone",age:30} ];
@DanKulibert
@DanKulibert 4 года назад
in afterSubmit you were using 'e' for the event variable, but the code from Bootstrap was using 'event' to preventDefault/stopPropagation. might have been causing the validation issue.
@getitdonetube
@getitdonetube 4 года назад
you can call it whatever you want in parents afterSubmit(event) . I think if you just add the class "was-validated" to the "form" itself it will validate all fields, but it will also add that annoying green formatting for valid fields, which I don't really like.
@tanveerhussain3881
@tanveerhussain3881 4 года назад
I love and like it
@webdiaryksp1620
@webdiaryksp1620 3 года назад
Thanks for all your effort... Im getting this error, what would be the reason "main.js:31 Uncaught (in promise) SyntaxError: Unexpected end of input"
@findthetruth3021
@findthetruth3021 4 года назад
Please make Cascade drop down by using visual studio, I really need it. Many thanks for all of your amazing videos.
@joerzempoluch7616
@joerzempoluch7616 3 года назад
How could we incorporate something like a PUT or a DELETE request with this. Usually I would make an endpoint that takes an Id but I don't think you can specific endpoints in app scripts, maybe I'm wrong. Could you pass parameters through the doPost and do it this way?
@getitdonetube
@getitdonetube 3 года назад
Yes, you can pass parameters. It's covered in these series ru-vid.com/group/PLRmEk9smitaVGAAhgU0Pdc2sEs7yxDrEk
@ShriRam-ip1wr
@ShriRam-ip1wr 2 года назад
Please Provide some tutorial about How to Fetch MySQL Data on Google Sheet
@russellstanberry8122
@russellstanberry8122 3 года назад
Great videos! I've learned a lot from both your channels. One thing I'm confused on, if I wanted to check if the required values were already present on the Google Sheet, how would I do that? With doGet?
@russellstanberry8122
@russellstanberry8122 3 года назад
I was also able to display a similar alert for existing records on the HTML page, check my comments on the answer for the details.
@BRENDACJMIRAN
@BRENDACJMIRAN 2 года назад
@@russellstanberry8122 Hi Russell! did u figured out how to do that? thanks!
@luisforni86
@luisforni86 4 года назад
in scriptgoogle I can't load the appsscript.json file when I run "claps push"
@VinodKRamachandra
@VinodKRamachandra 4 года назад
Loved it
@AmitabhSaran
@AmitabhSaran 4 года назад
Hi, your videos have been very helpful for me. I have really learned a lot in a very short time frame. At 9:30min of this video, you are talking about no-cors in fetch url. When i remove this, my program stops with an error saying i have to put no-cors in the mode. But when i put no-cors, the response received from the app script is blank and therefore i am getting http status as 0. I am using VS code and Live Server on client side to test. When i tested my app script response in Postman, i am getting the correct result. Hope you can help here on how to proceed. Thanks in advance.
@AmitabhSaran
@AmitabhSaran 4 года назад
Sorry for this confusion.. I just restarted my VS code session and suddenly everything is fine after i remove no-cors in the mode. This is very baffeling.
@jstrong4006
@jstrong4006 3 года назад
@@AmitabhSaran I am getting the same thing... was working fine, then screwed with it abunch and now I get this error....
@kunaljagtap232
@kunaljagtap232 3 года назад
Upload the on Github as well.
@shubhamjha5738
@shubhamjha5738 3 года назад
Try to give the link of code in description
@larscavadino7738
@larscavadino7738 3 года назад
If anyone wants this combined with a working signature pad, comment here :)
@rodrigobrechard2999
@rodrigobrechard2999 3 года назад
Hi! Thanks for the videos. The code works nicely on localhost but when I deply it to a web I get: Uncaught (in promise) TypeError: NetworkError when attempting to fetch resource. anyone managed to solve this?
@getitdonetube
@getitdonetube 3 года назад
Make sure you deploy the web app publicly available to everyone.
@arturbro9697
@arturbro9697 3 года назад
source code pls :)
@letsmakeiteasywithapi881
@letsmakeiteasywithapi881 4 года назад
Hi
@ShriRam-ip1wr
@ShriRam-ip1wr 2 года назад
It would be the best tutorial of it’s type if you could add search functionality to this. I hope you consider this and extend this tutorial to do so. Thank you 🙏
Далее
Google Sheets - JSON API, Wep App - e.j1 p.1
23:04
Просмотров 36 тыс.
Web App - Google Sheets - Form Example
1:24:10
Просмотров 49 тыс.
Fake Referee Whistle Moments 😅
00:38
Просмотров 5 млн
Web App w/ Google Charts, Google Sheets & Apps Script
33:25
HTML Form to Google Sheets : Send Automated Email
14:48
Learn JSON in 10 Minutes
12:00
Просмотров 3,2 млн