We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec1de29 commit 8f02d82Copy full SHA for 8f02d82
1 file changed
user/appsscript.json
@@ -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