Files
Gainsight/Scripts/GoogleScripts/Artera_wowprog/appsscript.json

14 lines
244 B
JSON
Raw Normal View History

2023-01-16 17:08:32 -05:00
{
"timeZone": "America/New_York",
"dependencies": {
},
"exceptionLogging": "STACKDRIVER",
2023-01-17 15:59:28 -05:00
"runtimeVersion": "V8",
"executionApi": {
"access": "ANYONE"
},
"oauthScopes": [
"https://www.googleapis.com/auth/spreadsheets"
]
}