Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Side by Side Diff: discovery/googleapis/drive__v3.json

Issue 1797933002: Api-roll 33: 2016-03-14 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Added resources/*/CHANGELOG.md, addresssed comments Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « discovery/googleapis/drive__v2.json ('k') | discovery/googleapis/fitness__v1.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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": "The API to interact with Drive.", 35 "description": "The API to interact with Drive.",
36 "discoveryVersion": "v1", 36 "discoveryVersion": "v1",
37 "documentationLink": "https://developers.google.com/drive/", 37 "documentationLink": "https://developers.google.com/drive/",
38 "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/4v0wLphe5UXLJdQFE80Eas9uwIw\"", 38 "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/O9_NbpoVnW5GMGl7qWBIajcyrt8\"",
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 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
591 "emptyTrash": { 591 "emptyTrash": {
592 "description": "Permanently deletes all of the user's trashe d files.", 592 "description": "Permanently deletes all of the user's trashe d files.",
593 "httpMethod": "DELETE", 593 "httpMethod": "DELETE",
594 "id": "drive.files.emptyTrash", 594 "id": "drive.files.emptyTrash",
595 "path": "files/trash", 595 "path": "files/trash",
596 "scopes": [ 596 "scopes": [
597 "https://www.googleapis.com/auth/drive" 597 "https://www.googleapis.com/auth/drive"
598 ] 598 ]
599 }, 599 },
600 "export": { 600 "export": {
601 "description": "Exports a Google Doc to the requested MIME t ype.", 601 "description": "Exports a Google Doc to the requested MIME t ype and returns the exported content.",
602 "httpMethod": "GET", 602 "httpMethod": "GET",
603 "id": "drive.files.export", 603 "id": "drive.files.export",
604 "parameterOrder": [ 604 "parameterOrder": [
605 "fileId", 605 "fileId",
606 "mimeType" 606 "mimeType"
607 ], 607 ],
608 "parameters": { 608 "parameters": {
609 "fileId": { 609 "fileId": {
610 "description": "The ID of the file.", 610 "description": "The ID of the file.",
611 "location": "path", 611 "location": "path",
(...skipping 787 matching lines...) Expand 10 before | Expand all | Expand 10 after
1399 }, 1399 },
1400 "scopes": [ 1400 "scopes": [
1401 "https://www.googleapis.com/auth/drive", 1401 "https://www.googleapis.com/auth/drive",
1402 "https://www.googleapis.com/auth/drive.appdata", 1402 "https://www.googleapis.com/auth/drive.appdata",
1403 "https://www.googleapis.com/auth/drive.file" 1403 "https://www.googleapis.com/auth/drive.file"
1404 ] 1404 ]
1405 } 1405 }
1406 } 1406 }
1407 } 1407 }
1408 }, 1408 },
1409 "revision": "20160126", 1409 "revision": "20160303",
1410 "rootUrl": "https://www.googleapis.com/", 1410 "rootUrl": "https://www.googleapis.com/",
1411 "schemas": { 1411 "schemas": {
1412 "About": { 1412 "About": {
1413 "description": "Information about the user, the user's Drive, and sy stem capabilities.", 1413 "description": "Information about the user, the user's Drive, and sy stem capabilities.",
1414 "id": "About", 1414 "id": "About",
1415 "properties": { 1415 "properties": {
1416 "appInstalled": { 1416 "appInstalled": {
1417 "description": "Whether the user has installed the requestin g app.", 1417 "description": "Whether the user has installed the requestin g app.",
1418 "type": "boolean" 1418 "type": "boolean"
1419 }, 1419 },
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
1723 "type": "boolean" 1723 "type": "boolean"
1724 }, 1724 },
1725 "canCopy": { 1725 "canCopy": {
1726 "description": "Whether the user can copy the file." , 1726 "description": "Whether the user can copy the file." ,
1727 "type": "boolean" 1727 "type": "boolean"
1728 }, 1728 },
1729 "canEdit": { 1729 "canEdit": {
1730 "description": "Whether the user can edit the file's content.", 1730 "description": "Whether the user can edit the file's content.",
1731 "type": "boolean" 1731 "type": "boolean"
1732 }, 1732 },
1733 "canReadRevisions": {
1734 "description": "Whether the current user has read ac cess to the Revisions resource of the file.",
1735 "type": "boolean"
1736 },
1733 "canShare": { 1737 "canShare": {
1734 "description": "Whether the user can modify the file 's permissions and sharing settings.", 1738 "description": "Whether the user can modify the file 's permissions and sharing settings.",
1735 "type": "boolean" 1739 "type": "boolean"
1736 } 1740 }
1737 }, 1741 },
1738 "type": "object" 1742 "type": "object"
1739 }, 1743 },
1740 "contentHints": { 1744 "contentHints": {
1741 "description": "Additional information about the content of the file. These fields are never populated in responses.", 1745 "description": "Additional information about the content of the file. These fields are never populated in responses.",
1742 "properties": { 1746 "properties": {
(...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after
2394 "type": "string" 2398 "type": "string"
2395 } 2399 }
2396 }, 2400 },
2397 "type": "object" 2401 "type": "object"
2398 } 2402 }
2399 }, 2403 },
2400 "servicePath": "drive/v3/", 2404 "servicePath": "drive/v3/",
2401 "title": "Drive API", 2405 "title": "Drive API",
2402 "version": "v3" 2406 "version": "v3"
2403 } 2407 }
OLDNEW
« no previous file with comments | « discovery/googleapis/drive__v2.json ('k') | discovery/googleapis/fitness__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698