[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
아래 사이트를 참조하여 copy this template.
https://mashe.hawksey.info/2014/07/google-sheets-as-a-database-insert-with-apps-script-using-postget-methods-with-ajax-example/
https://mashe.hawksey.info/2014/07/google-sheets-as-a-database-insert-with-apps-script-using-postget-methods-with-ajax-example/
- 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);}
- Test:
https://script.google.com/macros/ …./exec?email=khs@eojji.net&sheet=zzzzzzzzz
구글 스프레드시트를 데이터베이스로 이용하기 - 1. ajax POST를 통한 기록 편
구글 스프레드시트를 데이터베이스로 이용하기 - 2.1 ajax로 json데이터 받아오기편
댓글