Feedback-Machine/Apps Script/appscript.json
2025-01-20 11:42:59 -05:00

10 lines
No EOL
288 B
JSON

{
"timeZone": "America/Toronto",
"dependencies": {},
"exceptionLogging": "STACKDRIVER",
"oauthScopes": [
"https://www.googleapis.com/auth/spreadsheets.currentonly",
"https://www.googleapis.com/auth/script.external_request"
],
"runtimeVersion": "V8"
}