| 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": "\"YWOzh2SDasdU84ArJnpYek-OMdg/1elIKE9OJ8UNewNj9RsDGTkU5MM\"", | 38 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/PLm5zT8BIWNx6qg8ULt-g-AvMcM\"", |
| 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": "20170512", | 1717 "revision": "20170605", |
| 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 1281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3009 "type": "string" | 3009 "type": "string" |
| 3010 } | 3010 } |
| 3011 }, | 3011 }, |
| 3012 "type": "object" | 3012 "type": "object" |
| 3013 } | 3013 } |
| 3014 }, | 3014 }, |
| 3015 "servicePath": "drive/v3/", | 3015 "servicePath": "drive/v3/", |
| 3016 "title": "Drive API", | 3016 "title": "Drive API", |
| 3017 "version": "v3" | 3017 "version": "v3" |
| 3018 } | 3018 } |
| OLD | NEW |