|
10 | 10 | },
|
11 | 11 | "https://www.googleapis.com/auth/drive.readonly": {
|
12 | 12 | "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" |
13 | 22 | }
|
14 | 23 | }
|
15 | 24 | }
|
|
138 | 147 | },
|
139 | 148 | "scopes": [
|
140 | 149 | "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" |
142 | 152 | ]
|
143 | 153 | },
|
144 | 154 | "create": {
|
|
157 | 167 | },
|
158 | 168 | "scopes": [
|
159 | 169 | "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" |
161 | 172 | ]
|
162 | 173 | },
|
163 | 174 | "get": {
|
|
183 | 194 | "scopes": [
|
184 | 195 | "https://www.googleapis.com/auth/drive",
|
185 | 196 | "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" |
187 | 200 | ]
|
188 | 201 | }
|
189 | 202 | },
|
|
219 | 232 | },
|
220 | 233 | "scopes": [
|
221 | 234 | "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" |
223 | 237 | ]
|
224 | 238 | },
|
225 | 239 | "list": {
|
|
260 | 274 | },
|
261 | 275 | "scopes": [
|
262 | 276 | "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" |
264 | 279 | ]
|
265 | 280 | }
|
266 | 281 | }
|
|
293 | 308 | "scopes": [
|
294 | 309 | "https://www.googleapis.com/auth/drive",
|
295 | 310 | "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" |
297 | 315 | ]
|
298 | 316 | },
|
299 | 317 | "delete": {
|
|
326 | 344 | "scopes": [
|
327 | 345 | "https://www.googleapis.com/auth/drive",
|
328 | 346 | "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" |
330 | 351 | ]
|
331 | 352 | },
|
332 | 353 | "list": {
|
|
352 | 373 | "scopes": [
|
353 | 374 | "https://www.googleapis.com/auth/drive",
|
354 | 375 | "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" |
356 | 380 | ]
|
357 | 381 | },
|
358 | 382 | "renew": {
|
|
388 | 412 | "scopes": [
|
389 | 413 | "https://www.googleapis.com/auth/drive",
|
390 | 414 | "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" |
392 | 419 | ]
|
393 | 420 | }
|
394 | 421 | }
|
395 | 422 | }
|
396 | 423 | }
|
397 | 424 | }
|
398 | 425 | },
|
399 |
| - "revision": "20220324", |
| 426 | + "revision": "20220331", |
400 | 427 | "rootUrl": "https://forms.googleapis.com/",
|
401 | 428 | "schemas": {
|
402 | 429 | "Answer": {
|
|
0 commit comments