Sync appsscript.json
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"timeZone": "Asia/Bangkok",
|
||||||
|
"dependencies": {},
|
||||||
|
"exceptionLogging": "STACKDRIVER",
|
||||||
|
"runtimeVersion": "V8",
|
||||||
|
"webapp": {
|
||||||
|
"executeAs": "USER_DEPLOYING",
|
||||||
|
"access": "ANYONE_ANONYMOUS"
|
||||||
|
},
|
||||||
|
"oauthScopes": [
|
||||||
|
"https://www.googleapis.com/auth/script.projects.readonly",
|
||||||
|
"https://www.googleapis.com/auth/script.external_request"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user