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/J10Dqd-j3ykqCHF6dJXogNmQ37U\"", | 38 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/DTDvxbIAPnA3cI4luILp1rGGI24\"", |
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 1370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1419 }, | 1419 }, |
1420 "scopes": [ | 1420 "scopes": [ |
1421 "https://www.googleapis.com/auth/drive", | 1421 "https://www.googleapis.com/auth/drive", |
1422 "https://www.googleapis.com/auth/drive.appdata", | 1422 "https://www.googleapis.com/auth/drive.appdata", |
1423 "https://www.googleapis.com/auth/drive.file" | 1423 "https://www.googleapis.com/auth/drive.file" |
1424 ] | 1424 ] |
1425 } | 1425 } |
1426 } | 1426 } |
1427 } | 1427 } |
1428 }, | 1428 }, |
1429 "revision": "20170113", | 1429 "revision": "20170207", |
1430 "rootUrl": "https://www.googleapis.com/", | 1430 "rootUrl": "https://www.googleapis.com/", |
1431 "schemas": { | 1431 "schemas": { |
1432 "About": { | 1432 "About": { |
1433 "description": "Information about the user, the user's Drive, and sy
stem capabilities.", | 1433 "description": "Information about the user, the user's Drive, and sy
stem capabilities.", |
1434 "id": "About", | 1434 "id": "About", |
1435 "properties": { | 1435 "properties": { |
1436 "appInstalled": { | 1436 "appInstalled": { |
1437 "description": "Whether the user has installed the requestin
g app.", | 1437 "description": "Whether the user has installed the requestin
g app.", |
1438 "type": "boolean" | 1438 "type": "boolean" |
1439 }, | 1439 }, |
(...skipping 1004 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2444 "type": "string" | 2444 "type": "string" |
2445 } | 2445 } |
2446 }, | 2446 }, |
2447 "type": "object" | 2447 "type": "object" |
2448 } | 2448 } |
2449 }, | 2449 }, |
2450 "servicePath": "drive/v3/", | 2450 "servicePath": "drive/v3/", |
2451 "title": "Drive API", | 2451 "title": "Drive API", |
2452 "version": "v3" | 2452 "version": "v3" |
2453 } | 2453 } |
OLD | NEW |