Feedback-Machine/Apps Script/appscript.json

10 lines
288 B
JSON
Raw Permalink Normal View History

2025-01-20 11:42:59 -05:00
{
"timeZone": "America/Toronto",
"dependencies": {},
"exceptionLogging": "STACKDRIVER",
"oauthScopes": [
"https://www.googleapis.com/auth/spreadsheets.currentonly",
"https://www.googleapis.com/auth/script.external_request"
],
"runtimeVersion": "V8"
}