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 20 matching lines...) Expand all Loading... |
31 } | 31 } |
32 } | 32 } |
33 } | 33 } |
34 }, | 34 }, |
35 "basePath": "/drive/v2/", | 35 "basePath": "/drive/v2/", |
36 "baseUrl": "https://www.googleapis.com/drive/v2/", | 36 "baseUrl": "https://www.googleapis.com/drive/v2/", |
37 "batchPath": "batch", | 37 "batchPath": "batch", |
38 "description": "Manages files in Drive including uploading, downloading, sea
rching, detecting changes, and updating sharing permissions.", | 38 "description": "Manages files in Drive including uploading, downloading, sea
rching, detecting changes, and updating sharing permissions.", |
39 "discoveryVersion": "v1", | 39 "discoveryVersion": "v1", |
40 "documentationLink": "https://developers.google.com/drive/", | 40 "documentationLink": "https://developers.google.com/drive/", |
41 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/yOLelwNe1_ffRHSPwl2spgscA0Q\"", | 41 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/k95lUH_zhTckcacGeDVZVmgaiTM\"", |
42 "icons": { | 42 "icons": { |
43 "x16": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_16.png", | 43 "x16": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_16.png", |
44 "x32": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_32.png" | 44 "x32": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_32.png" |
45 }, | 45 }, |
46 "id": "drive:v2", | 46 "id": "drive:v2", |
47 "kind": "discovery#restDescription", | 47 "kind": "discovery#restDescription", |
48 "name": "drive", | 48 "name": "drive", |
49 "ownerDomain": "google.com", | 49 "ownerDomain": "google.com", |
50 "ownerName": "Google", | 50 "ownerName": "Google", |
51 "parameters": { | 51 "parameters": { |
(...skipping 2960 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3012 "response": { | 3012 "response": { |
3013 "$ref": "TeamDrive" | 3013 "$ref": "TeamDrive" |
3014 }, | 3014 }, |
3015 "scopes": [ | 3015 "scopes": [ |
3016 "https://www.googleapis.com/auth/drive" | 3016 "https://www.googleapis.com/auth/drive" |
3017 ] | 3017 ] |
3018 } | 3018 } |
3019 } | 3019 } |
3020 } | 3020 } |
3021 }, | 3021 }, |
3022 "revision": "20170228", | 3022 "revision": "20170320", |
3023 "rootUrl": "https://www.googleapis.com/", | 3023 "rootUrl": "https://www.googleapis.com/", |
3024 "schemas": { | 3024 "schemas": { |
3025 "About": { | 3025 "About": { |
3026 "description": "An item with user information and settings.", | 3026 "description": "An item with user information and settings.", |
3027 "id": "About", | 3027 "id": "About", |
3028 "properties": { | 3028 "properties": { |
3029 "additionalRoleInfo": { | 3029 "additionalRoleInfo": { |
3030 "description": "Information about supported additional roles
per file type. The most specific type takes precedence.", | 3030 "description": "Information about supported additional roles
per file type. The most specific type takes precedence.", |
3031 "items": { | 3031 "items": { |
3032 "properties": { | 3032 "properties": { |
(...skipping 1264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4297 "thumbnailLink": { | 4297 "thumbnailLink": { |
4298 "description": "A short-lived link to the file's thumbnail.
Typically lasts on the order of hours. Only populated when the requesting app ca
n access the file's content.", | 4298 "description": "A short-lived link to the file's thumbnail.
Typically lasts on the order of hours. Only populated when the requesting app ca
n access the file's content.", |
4299 "type": "string" | 4299 "type": "string" |
4300 }, | 4300 }, |
4301 "thumbnailVersion": { | 4301 "thumbnailVersion": { |
4302 "description": "The thumbnail version for use in thumbnail c
ache invalidation.", | 4302 "description": "The thumbnail version for use in thumbnail c
ache invalidation.", |
4303 "format": "int64", | 4303 "format": "int64", |
4304 "type": "string" | 4304 "type": "string" |
4305 }, | 4305 }, |
4306 "title": { | 4306 "title": { |
4307 "description": "The title of this file.", | 4307 "description": "The title of this file. Note that for immuta
ble items such as the top level folders of Team Drives, My Drive root folder, an
d Application Data folder the title is constant.", |
4308 "type": "string" | 4308 "type": "string" |
4309 }, | 4309 }, |
4310 "trashedDate": { | 4310 "trashedDate": { |
4311 "description": "The time that the item was trashed (formatte
d RFC 3339 timestamp). Only populated for Team Drive files.", | 4311 "description": "The time that the item was trashed (formatte
d RFC 3339 timestamp). Only populated for Team Drive files.", |
4312 "format": "date-time", | 4312 "format": "date-time", |
4313 "type": "string" | 4313 "type": "string" |
4314 }, | 4314 }, |
4315 "trashingUser": { | 4315 "trashingUser": { |
4316 "$ref": "User", | 4316 "$ref": "User", |
4317 "description": "If the file has been explicitly trashed, the
user who trashed it. Only populated for Team Drive files." | 4317 "description": "If the file has been explicitly trashed, the
user who trashed it. Only populated for Team Drive files." |
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4972 "type": "object" | 4972 "type": "object" |
4973 } | 4973 } |
4974 }, | 4974 }, |
4975 "type": "object" | 4975 "type": "object" |
4976 } | 4976 } |
4977 }, | 4977 }, |
4978 "servicePath": "drive/v2/", | 4978 "servicePath": "drive/v2/", |
4979 "title": "Drive API", | 4979 "title": "Drive API", |
4980 "version": "v2" | 4980 "version": "v2" |
4981 } | 4981 } |
OLD | NEW |