-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathappsscript.json
More file actions
101 lines (101 loc) · 2.57 KB
/
appsscript.json
File metadata and controls
101 lines (101 loc) · 2.57 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"timeZone": "Europe/London",
"exceptionLogging": "STACKDRIVER",
"runtimeVersion": "V8",
"oauthScopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/drive",
"https://www.googleapis.com/auth/script.external_request",
"https://www.googleapis.com/auth/spreadsheets",
"https://www.googleapis.com/auth/userinfo.email",
"https://www.googleapis.com/auth/documents",
"https://www.googleapis.com/auth/presentations",
"https://www.googleapis.com/auth/forms",
"https://mail.google.com/",
"openid",
"https://www.googleapis.com/auth/calendar"
],
"dependencies": {
"libraries": [
{
"userSymbol": "bmPreFiddler",
"version": "34",
"libraryId": "13JUFGY18RHfjjuKmIRRfvmGlCYrEkEtN6uUm-iLUcxOUFRJD-WBX-tkR",
"developmentMode": false
},
{
"userSymbol": "bmUnitTester",
"version": "20",
"libraryId": "1zOlHMOpO89vqLPe5XpC-wzA9r5yaBkWt_qFjKqFNsIZtNJ-iUjBYDt-x"
},
{
"userSymbol": "bmIs",
"version": "1",
"libraryId": "1tFa7Gc68142wiiZaNmj0zA-ELDHh0q31eDXodeeCf1LxRR1LeSr3opAd"
},
{
"userSymbol": "bmFiddler",
"version": "30",
"libraryId": "13EWG4-lPrEf34itxQhAQ7b9JEbmCBfO8uE4Mhr99CHi3Pw65oxXtq-rU",
"developmentMode": false
},
{
"userSymbol": "bmGasFlexCache",
"libraryId": "1R_r9n4EGctvA8lWBZVeuT66mgaKBRV5IxfIsD_And-ra2H16iNXVWva0",
"version": "10"
}
],
"enabledAdvancedServices": [
{
"userSymbol": "Sheets",
"version": "v4",
"serviceId": "sheets"
},
{
"userSymbol": "Docs",
"version": "v1",
"serviceId": "docs"
},
{
"userSymbol": "Slides",
"version": "v1",
"serviceId": "slides"
},
{
"userSymbol": "Gmail",
"version": "v1",
"serviceId": "gmail"
},
{
"userSymbol": "Chat",
"version": "v1",
"serviceId": "chat"
},
{
"userSymbol": "People",
"version": "v1",
"serviceId": "peopleapi"
},
{
"userSymbol": "Tasks",
"version": "v1",
"serviceId": "tasks"
},
{
"userSymbol": "Calendar",
"version": "v3",
"serviceId": "calendar"
},
{
"userSymbol": "WorkspaceEvents",
"version": "v1",
"serviceId": "workspaceevents"
},
{
"userSymbol": "Drive",
"version": "v3",
"serviceId": "drive"
}
]
}
}