OLD | NEW |
1 { | 1 { |
2 "auth": { | 2 "auth": { |
3 "oauth2": { | 3 "oauth2": { |
4 "scopes": { | 4 "scopes": { |
5 "https://www.googleapis.com/auth/drive": { | 5 "https://www.googleapis.com/auth/drive": { |
6 "description": "View and manage the files in your Google Dri
ve" | 6 "description": "View and manage the files in your Google Dri
ve" |
7 }, | 7 }, |
8 "https://www.googleapis.com/auth/drive.appdata": { | 8 "https://www.googleapis.com/auth/drive.appdata": { |
9 "description": "View and manage its own configuration data i
n your Google Drive" | 9 "description": "View and manage its own configuration data i
n your Google Drive" |
10 }, | 10 }, |
(...skipping 13 matching lines...) Expand all Loading... |
24 "description": "View the files in your Google Drive" | 24 "description": "View the files in your Google Drive" |
25 }, | 25 }, |
26 "https://www.googleapis.com/auth/drive.scripts": { | 26 "https://www.googleapis.com/auth/drive.scripts": { |
27 "description": "Modify your Google Apps Script scripts' beha
vior" | 27 "description": "Modify your Google Apps Script scripts' beha
vior" |
28 } | 28 } |
29 } | 29 } |
30 } | 30 } |
31 }, | 31 }, |
32 "basePath": "/drive/v3/", | 32 "basePath": "/drive/v3/", |
33 "baseUrl": "https://www.googleapis.com/drive/v3/", | 33 "baseUrl": "https://www.googleapis.com/drive/v3/", |
34 "batchPath": "batch", | 34 "batchPath": "batch/drive/v3", |
35 "description": "Manages files in Drive including uploading, downloading, sea
rching, detecting changes, and updating sharing permissions.", | 35 "description": "Manages files in Drive including uploading, downloading, sea
rching, detecting changes, and updating sharing permissions.", |
36 "discoveryVersion": "v1", | 36 "discoveryVersion": "v1", |
37 "documentationLink": "https://developers.google.com/drive/", | 37 "documentationLink": "https://developers.google.com/drive/", |
38 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/54w9sW_MBOG7UQrKw2OpvPrAYNI\"", | 38 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/4lSDxYnFTkLYmJZsTikGDh17fVo\"", |
39 "icons": { | 39 "icons": { |
40 "x16": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_16.png", | 40 "x16": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_16.png", |
41 "x32": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_32.png" | 41 "x32": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_32.png" |
42 }, | 42 }, |
43 "id": "drive:v3", | 43 "id": "drive:v3", |
44 "kind": "discovery#restDescription", | 44 "kind": "discovery#restDescription", |
45 "name": "drive", | 45 "name": "drive", |
46 "ownerDomain": "google.com", | 46 "ownerDomain": "google.com", |
47 "ownerName": "Google", | 47 "ownerName": "Google", |
48 "parameters": { | 48 "parameters": { |
(...skipping 752 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
801 "location": "query", | 801 "location": "query", |
802 "type": "string" | 802 "type": "string" |
803 }, | 803 }, |
804 "includeTeamDriveItems": { | 804 "includeTeamDriveItems": { |
805 "default": "false", | 805 "default": "false", |
806 "description": "Whether Team Drive items should be i
ncluded in results.", | 806 "description": "Whether Team Drive items should be i
ncluded in results.", |
807 "location": "query", | 807 "location": "query", |
808 "type": "boolean" | 808 "type": "boolean" |
809 }, | 809 }, |
810 "orderBy": { | 810 "orderBy": { |
811 "description": "A comma-separated list of sort keys.
Valid keys are 'createdTime', 'folder', 'modifiedByMeTime', 'modifiedTime', 'na
me', 'quotaBytesUsed', 'recency', 'sharedWithMeTime', 'starred', and 'viewedByMe
Time'. Each key sorts ascending by default, but may be reversed with the 'desc'
modifier. Example usage: ?orderBy=folder,modifiedTime desc,name. Please note tha
t there is a current limitation for users with approximately one million files i
n which the requested sort order is ignored.", | 811 "description": "A comma-separated list of sort keys.
Valid keys are 'createdTime', 'folder', 'modifiedByMeTime', 'modifiedTime', 'na
me', 'name_natural', 'quotaBytesUsed', 'recency', 'sharedWithMeTime', 'starred',
and 'viewedByMeTime'. Each key sorts ascending by default, but may be reversed
with the 'desc' modifier. Example usage: ?orderBy=folder,modifiedTime desc,name.
Please note that there is a current limitation for users with approximately one
million files in which the requested sort order is ignored.", |
812 "location": "query", | 812 "location": "query", |
813 "type": "string" | 813 "type": "string" |
814 }, | 814 }, |
815 "pageSize": { | 815 "pageSize": { |
816 "default": "100", | 816 "default": "100", |
817 "description": "The maximum number of files to retur
n per page. Partial or empty result pages are possible even before the end of th
e files list has been reached.", | 817 "description": "The maximum number of files to retur
n per page. Partial or empty result pages are possible even before the end of th
e files list has been reached.", |
818 "format": "int32", | 818 "format": "int32", |
819 "location": "query", | 819 "location": "query", |
820 "maximum": "1000", | 820 "maximum": "1000", |
821 "minimum": "1", | 821 "minimum": "1", |
(...skipping 885 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1707 "response": { | 1707 "response": { |
1708 "$ref": "TeamDrive" | 1708 "$ref": "TeamDrive" |
1709 }, | 1709 }, |
1710 "scopes": [ | 1710 "scopes": [ |
1711 "https://www.googleapis.com/auth/drive" | 1711 "https://www.googleapis.com/auth/drive" |
1712 ] | 1712 ] |
1713 } | 1713 } |
1714 } | 1714 } |
1715 } | 1715 } |
1716 }, | 1716 }, |
1717 "revision": "20170811", | 1717 "revision": "20170825", |
1718 "rootUrl": "https://www.googleapis.com/", | 1718 "rootUrl": "https://www.googleapis.com/", |
1719 "schemas": { | 1719 "schemas": { |
1720 "About": { | 1720 "About": { |
1721 "description": "Information about the user, the user's Drive, and sy
stem capabilities.", | 1721 "description": "Information about the user, the user's Drive, and sy
stem capabilities.", |
1722 "id": "About", | 1722 "id": "About", |
1723 "properties": { | 1723 "properties": { |
1724 "appInstalled": { | 1724 "appInstalled": { |
1725 "description": "Whether the user has installed the requestin
g app.", | 1725 "description": "Whether the user has installed the requestin
g app.", |
1726 "type": "boolean" | 1726 "type": "boolean" |
1727 }, | 1727 }, |
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2371 }, | 2371 }, |
2372 "type": "array" | 2372 "type": "array" |
2373 }, | 2373 }, |
2374 "parents": { | 2374 "parents": { |
2375 "description": "The IDs of the parent folders which contain
the file.\nIf not specified as part of a create request, the file will be placed
directly in the My Drive folder. Update requests must use the addParents and re
moveParents parameters to modify the values.", | 2375 "description": "The IDs of the parent folders which contain
the file.\nIf not specified as part of a create request, the file will be placed
directly in the My Drive folder. Update requests must use the addParents and re
moveParents parameters to modify the values.", |
2376 "items": { | 2376 "items": { |
2377 "type": "string" | 2377 "type": "string" |
2378 }, | 2378 }, |
2379 "type": "array" | 2379 "type": "array" |
2380 }, | 2380 }, |
| 2381 "permissionIds": { |
| 2382 "description": "List of permission IDs for users with access
to this file.", |
| 2383 "items": { |
| 2384 "type": "string" |
| 2385 }, |
| 2386 "type": "array" |
| 2387 }, |
2381 "permissions": { | 2388 "permissions": { |
2382 "description": "The full list of permissions for the file. T
his is only available if the requesting user can share the file. Not populated f
or Team Drive files.", | 2389 "description": "The full list of permissions for the file. T
his is only available if the requesting user can share the file. Not populated f
or Team Drive files.", |
2383 "items": { | 2390 "items": { |
2384 "$ref": "Permission" | 2391 "$ref": "Permission" |
2385 }, | 2392 }, |
2386 "type": "array" | 2393 "type": "array" |
2387 }, | 2394 }, |
2388 "properties": { | 2395 "properties": { |
2389 "additionalProperties": { | 2396 "additionalProperties": { |
2390 "type": "string" | 2397 "type": "string" |
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3009 "type": "string" | 3016 "type": "string" |
3010 } | 3017 } |
3011 }, | 3018 }, |
3012 "type": "object" | 3019 "type": "object" |
3013 } | 3020 } |
3014 }, | 3021 }, |
3015 "servicePath": "drive/v3/", | 3022 "servicePath": "drive/v3/", |
3016 "title": "Drive API", | 3023 "title": "Drive API", |
3017 "version": "v3" | 3024 "version": "v3" |
3018 } | 3025 } |
OLD | NEW |