Skip to content

Commit 8f02d82

Browse files
authored
Create appsscript.json
1 parent ec1de29 commit 8f02d82

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

user/appsscript.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"timeZone": "Europe/Moscow",
3+
"exceptionLogging": "STACKDRIVER",
4+
"runtimeVersion": "V8",
5+
"dependencies": {
6+
"enabledAdvancedServices": [
7+
{
8+
"userSymbol": "Drive",
9+
"serviceId": "drive",
10+
"version": "v3"
11+
}
12+
],
13+
"libraries": [
14+
{
15+
"userSymbol": "ScriptSync",
16+
"libraryId": "1nUiajCHQReVwWPq7rNAvsIcWvPptmMUSzeytnzVHDpdoxUIvuX0e_reL",
17+
"version": "2"
18+
}
19+
]
20+
},
21+
"oauthScopes": [
22+
"https://www.googleapis.com/auth/spreadsheets.currentonly",
23+
"https://www.googleapis.com/auth/script.external_request",
24+
"https://www.googleapis.com/auth/drive.scripts",
25+
"https://www.googleapis.com/auth/drive.file",
26+
"https://www.googleapis.com/auth/drive"
27+
]
28+
}

0 commit comments

Comments
 (0)