-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappsscript.json
44 lines (44 loc) · 1.15 KB
/
appsscript.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"timeZone": "America/New_York",
"dependencies": {
"libraries": [
{
"userSymbol": "bmUnitTester",
"version": "7",
"libraryId": "1zOlHMOpO89vqLPe5XpC-wzA9r5yaBkWt_qFjKqFNsIZtNJ-iUjBYDt-x"
},
{
"userSymbol": "bmFolderFun",
"version": "4",
"libraryId": "16NWIRmwJJY_wN4erx_QZA36_ssaB2GiKDPYebj7fjBU1SpVQlo9N_RA7"
}
],
"enabledAdvancedServices": [
{
"userSymbol": "AdminDirectory",
"version": "directory_v1",
"serviceId": "admin"
},
{
"userSymbol": "People",
"version": "v1",
"serviceId": "peopleapi"
},
{
"userSymbol": "Drive",
"version": "v2",
"serviceId": "drive"
}
]
},
"oauthScopes": [
"https://www.googleapis.com/auth/spreadsheets.readonly",
"https://www.googleapis.com/auth/spreadsheets",
"https://www.googleapis.com/auth/drive",
"https://www.googleapis.com/auth/userinfo.email",
"https://www.googleapis.com/auth/userinfo.profile",
"https://www.googleapis.com/auth/contacts"
],
"exceptionLogging": "STACKDRIVER",
"runtimeVersion": "V8"
}