-
Notifications
You must be signed in to change notification settings - Fork 3
02‐GoogleSheet Preparation
Teeraphat Kullanankanjana edited this page Oct 28, 2023
·
2 revisions
- Google Sheet URL.
- Google Sheet Page Name (not the name of file inside the Google Drive).
- Google App Script Deployment ID.
- Create your Google Sheet https://docs.google.com/spreadsheets.
- Copy the full URL of your sheet (for example: https://docs.google.com/spreadsheets/d/your_google_sheet_id/edit#gid=0).
- Copy the name of your page sheet (the default is
Sheet1).
- At the
Extensionsmenu, select theApps Script, and then the new Google Apps Script should be created. - In the Google Apps Script window, copy all of the script from
script.gsand paste them into Google Apps Script. - Save the script.
- Click the
Deploybutton, then selectNew Deployment. After that, the new deployment window should appear. - On the select type menu on the left-side of the window, select
Web app. - On the configuration menu on the right-side of the window, make sure the scripts are executed by
Me (Your Email)and who has access is set toAnyone. - Click
Deploy. - Then authorize the aceess with your email (the same email as the owner of google sheet)
- If the window shows
Google hasn’t verified this app, select theAdvancedmenu and click Go to<your script name> (unsafe). and continue to authorize the access. - After that, the window will show the
Deployment ID. - Copy it.