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 17 matching lines...) Expand all Loading... |
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", |
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": "\"tbys6C40o18GZwyMen5GMkdK-3s/_OPinYCRtT0LlK4YpUqsg4iEUmE\"", | 38 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/Awu7J7NA3oyXK1BDXFMkCtzkJ-A\"", |
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 1658 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": "20170228", | 1717 "revision": "20170320", |
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 593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2321 "description": "The last time the file was modified by the u
ser (RFC 3339 date-time).", | 2321 "description": "The last time the file was modified by the u
ser (RFC 3339 date-time).", |
2322 "format": "date-time", | 2322 "format": "date-time", |
2323 "type": "string" | 2323 "type": "string" |
2324 }, | 2324 }, |
2325 "modifiedTime": { | 2325 "modifiedTime": { |
2326 "description": "The last time the file was modified by anyon
e (RFC 3339 date-time).\nNote that setting modifiedTime will also update modifie
dByMeTime for the user.", | 2326 "description": "The last time the file was modified by anyon
e (RFC 3339 date-time).\nNote that setting modifiedTime will also update modifie
dByMeTime for the user.", |
2327 "format": "date-time", | 2327 "format": "date-time", |
2328 "type": "string" | 2328 "type": "string" |
2329 }, | 2329 }, |
2330 "name": { | 2330 "name": { |
2331 "description": "The name of the file. This is not necessaril
y unique within a folder.", | 2331 "description": "The name of the file. This is not necessaril
y unique within a folder. Note that for immutable items such as the top level fo
lders of Team Drives, My Drive root folder, and Application Data folder the name
is constant.", |
2332 "type": "string" | 2332 "type": "string" |
2333 }, | 2333 }, |
2334 "originalFilename": { | 2334 "originalFilename": { |
2335 "description": "The original filename of the uploaded conten
t if available, or else the original value of the name field. This is only avail
able for files with binary content in Drive.", | 2335 "description": "The original filename of the uploaded conten
t if available, or else the original value of the name field. This is only avail
able for files with binary content in Drive.", |
2336 "type": "string" | 2336 "type": "string" |
2337 }, | 2337 }, |
2338 "ownedByMe": { | 2338 "ownedByMe": { |
2339 "description": "Whether the user owns the file. Not populate
d for Team Drive files.", | 2339 "description": "Whether the user owns the file. Not populate
d for Team Drive files.", |
2340 "type": "boolean" | 2340 "type": "boolean" |
2341 }, | 2341 }, |
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2939 "type": "string" | 2939 "type": "string" |
2940 } | 2940 } |
2941 }, | 2941 }, |
2942 "type": "object" | 2942 "type": "object" |
2943 } | 2943 } |
2944 }, | 2944 }, |
2945 "servicePath": "drive/v3/", | 2945 "servicePath": "drive/v3/", |
2946 "title": "Drive API", | 2946 "title": "Drive API", |
2947 "version": "v3" | 2947 "version": "v3" |
2948 } | 2948 } |
OLD | NEW |