Artera Google Script Completed

This commit is contained in:
Norm Rasmussen
2023-01-17 15:59:28 -05:00
parent 27bd8faff1
commit 738813e48c
40 changed files with 322 additions and 668 deletions

View File

@ -3,5 +3,11 @@
"dependencies": {
},
"exceptionLogging": "STACKDRIVER",
"runtimeVersion": "V8"
}
"runtimeVersion": "V8",
"executionApi": {
"access": "ANYONE"
},
"oauthScopes": [
"https://www.googleapis.com/auth/spreadsheets"
]
}