[dev] test Google Sheets as a Database – INSERT with Apps Script using POST/GET methods

Google Sheets as a Database – INSERT with Apps Script using POST/GET methods




Google 문서에 테스트 과정을 상세하게 설명했습니다.
Google 문서를 참조하세요. : https://goo.gl/uP4Kru
관련 이미지는 Google 사진 앨범에 있습니다. : https://goo.gl/photos/Pqh1GgbYB7NFoRZw9


  • Google Sheets as a Database – INSERT with Apps Script using POST_GET methods의 사본 - 웹 앱으로 배포



  • Google Sheets as a Database – INSERT with Apps Script using POST_GET methods의 사본 - 웹 앱으로 배포 - 현재 웹 앱 URL

현재 웹 앱 URL:

https://script.google.com/macros/ …./exec



Web Apps | Apps Script | Google Developers

URL parameters
https://developers.google.com/apps-script/guides/web#url_parameters

For instance, you could pass parameters such as username and age to a URL as shown below:

https://script.google.com/.../exec?username=jsmith&age=21

Then, you can display the parameters like so:function doGet(e) { var params = JSON.stringify(e); return HtmlService.createHtmlOutput(params);}


댓글

이 블로그의 인기 게시물

Duplicate files, Deduper in Google Drive