Files
Gainsight/Scripts/GoogleScripts/Artera_wowprog/appsscript.json
2023-01-17 15:59:28 -05:00

14 lines
244 B
JSON

{
"timeZone": "America/New_York",
"dependencies": {
},
"exceptionLogging": "STACKDRIVER",
"runtimeVersion": "V8",
"executionApi": {
"access": "ANYONE"
},
"oauthScopes": [
"https://www.googleapis.com/auth/spreadsheets"
]
}