Skip to content

Commit b0d49db

Browse files
fix(forms): update the api
#### forms:v1 The following keys were changed: - resources.forms.methods.batchUpdate.scopes (Total Keys: 1) - resources.forms.methods.create.scopes (Total Keys: 1) - resources.forms.methods.get.scopes (Total Keys: 1) - resources.forms.resources.responses.methods.get.scopes (Total Keys: 1) - resources.forms.resources.responses.methods.list.scopes (Total Keys: 1) - resources.forms.resources.watches.methods.create.scopes (Total Keys: 1) - resources.forms.resources.watches.methods.delete.scopes (Total Keys: 1) - resources.forms.resources.watches.methods.list.scopes (Total Keys: 1) - resources.forms.resources.watches.methods.renew.scopes (Total Keys: 1)
1 parent 3d7b1ee commit b0d49db

File tree

1 file changed

+37
-10
lines changed

1 file changed

+37
-10
lines changed

googleapiclient/discovery_cache/documents/forms.v1.json

Lines changed: 37 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@
1010
},
1111
"https://www.googleapis.com/auth/drive.readonly": {
1212
"description": "See and download all your Google Drive files"
13+
},
14+
"https://www.googleapis.com/auth/forms.body": {
15+
"description": "See, edit, create, and delete all your Google Forms forms"
16+
},
17+
"https://www.googleapis.com/auth/forms.body.readonly": {
18+
"description": "See all your Google Forms forms"
19+
},
20+
"https://www.googleapis.com/auth/forms.responses.readonly": {
21+
"description": "See all responses to your Google Forms forms"
1322
}
1423
}
1524
}
@@ -138,7 +147,8 @@
138147
},
139148
"scopes": [
140149
"https://www.googleapis.com/auth/drive",
141-
"https://www.googleapis.com/auth/drive.file"
150+
"https://www.googleapis.com/auth/drive.file",
151+
"https://www.googleapis.com/auth/forms.body"
142152
]
143153
},
144154
"create": {
@@ -157,7 +167,8 @@
157167
},
158168
"scopes": [
159169
"https://www.googleapis.com/auth/drive",
160-
"https://www.googleapis.com/auth/drive.file"
170+
"https://www.googleapis.com/auth/drive.file",
171+
"https://www.googleapis.com/auth/forms.body"
161172
]
162173
},
163174
"get": {
@@ -183,7 +194,9 @@
183194
"scopes": [
184195
"https://www.googleapis.com/auth/drive",
185196
"https://www.googleapis.com/auth/drive.file",
186-
"https://www.googleapis.com/auth/drive.readonly"
197+
"https://www.googleapis.com/auth/drive.readonly",
198+
"https://www.googleapis.com/auth/forms.body",
199+
"https://www.googleapis.com/auth/forms.body.readonly"
187200
]
188201
}
189202
},
@@ -219,7 +232,8 @@
219232
},
220233
"scopes": [
221234
"https://www.googleapis.com/auth/drive",
222-
"https://www.googleapis.com/auth/drive.file"
235+
"https://www.googleapis.com/auth/drive.file",
236+
"https://www.googleapis.com/auth/forms.responses.readonly"
223237
]
224238
},
225239
"list": {
@@ -260,7 +274,8 @@
260274
},
261275
"scopes": [
262276
"https://www.googleapis.com/auth/drive",
263-
"https://www.googleapis.com/auth/drive.file"
277+
"https://www.googleapis.com/auth/drive.file",
278+
"https://www.googleapis.com/auth/forms.responses.readonly"
264279
]
265280
}
266281
}
@@ -293,7 +308,10 @@
293308
"scopes": [
294309
"https://www.googleapis.com/auth/drive",
295310
"https://www.googleapis.com/auth/drive.file",
296-
"https://www.googleapis.com/auth/drive.readonly"
311+
"https://www.googleapis.com/auth/drive.readonly",
312+
"https://www.googleapis.com/auth/forms.body",
313+
"https://www.googleapis.com/auth/forms.body.readonly",
314+
"https://www.googleapis.com/auth/forms.responses.readonly"
297315
]
298316
},
299317
"delete": {
@@ -326,7 +344,10 @@
326344
"scopes": [
327345
"https://www.googleapis.com/auth/drive",
328346
"https://www.googleapis.com/auth/drive.file",
329-
"https://www.googleapis.com/auth/drive.readonly"
347+
"https://www.googleapis.com/auth/drive.readonly",
348+
"https://www.googleapis.com/auth/forms.body",
349+
"https://www.googleapis.com/auth/forms.body.readonly",
350+
"https://www.googleapis.com/auth/forms.responses.readonly"
330351
]
331352
},
332353
"list": {
@@ -352,7 +373,10 @@
352373
"scopes": [
353374
"https://www.googleapis.com/auth/drive",
354375
"https://www.googleapis.com/auth/drive.file",
355-
"https://www.googleapis.com/auth/drive.readonly"
376+
"https://www.googleapis.com/auth/drive.readonly",
377+
"https://www.googleapis.com/auth/forms.body",
378+
"https://www.googleapis.com/auth/forms.body.readonly",
379+
"https://www.googleapis.com/auth/forms.responses.readonly"
356380
]
357381
},
358382
"renew": {
@@ -388,15 +412,18 @@
388412
"scopes": [
389413
"https://www.googleapis.com/auth/drive",
390414
"https://www.googleapis.com/auth/drive.file",
391-
"https://www.googleapis.com/auth/drive.readonly"
415+
"https://www.googleapis.com/auth/drive.readonly",
416+
"https://www.googleapis.com/auth/forms.body",
417+
"https://www.googleapis.com/auth/forms.body.readonly",
418+
"https://www.googleapis.com/auth/forms.responses.readonly"
392419
]
393420
}
394421
}
395422
}
396423
}
397424
}
398425
},
399-
"revision": "20220324",
426+
"revision": "20220331",
400427
"rootUrl": "https://forms.googleapis.com/",
401428
"schemas": {
402429
"Answer": {

0 commit comments

Comments
 (0)