add app script
This commit is contained in:
parent
62d5adbd76
commit
a8f2a96e5e
2 changed files with 136 additions and 0 deletions
10
Apps Script/appscript.json
Normal file
10
Apps Script/appscript.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"timeZone": "America/Toronto",
|
||||
"dependencies": {},
|
||||
"exceptionLogging": "STACKDRIVER",
|
||||
"oauthScopes": [
|
||||
"https://www.googleapis.com/auth/spreadsheets.currentonly",
|
||||
"https://www.googleapis.com/auth/script.external_request"
|
||||
],
|
||||
"runtimeVersion": "V8"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue