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

Unified Diff: discovery/googleapis/drive__v2.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « discovery/googleapis/doubleclicksearch__v2.json ('k') | discovery/googleapis/drive__v3.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis/drive__v2.json
diff --git a/discovery/googleapis/drive__v2.json b/discovery/googleapis/drive__v2.json
index 16d72d560ec0dbe4308bb9905dd947f5083d5343..27b5621680e2f7de8f8c735527fb8a29ce57cef4 100644
--- a/discovery/googleapis/drive__v2.json
+++ b/discovery/googleapis/drive__v2.json
@@ -38,7 +38,7 @@
"description": "The API to interact with Drive.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/drive/",
- "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/xj17OdsD26zYiecunhsD3S_RWA0\"",
+ "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/0hYcJ5XBuBZeTLqo6WNhl_6SW0A\"",
"icons": {
"x16": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_16.png",
"x32": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_32.png"
@@ -853,6 +853,36 @@
"https://www.googleapis.com/auth/drive"
]
},
+ "export": {
+ "description": "Exports a Google Doc to the requested MIME type and returns the exported content.",
+ "httpMethod": "GET",
+ "id": "drive.files.export",
+ "parameterOrder": [
+ "fileId",
+ "mimeType"
+ ],
+ "parameters": {
+ "fileId": {
+ "description": "The ID of the file.",
+ "location": "path",
+ "required": true,
+ "type": "string"
+ },
+ "mimeType": {
+ "description": "The MIME type of the format requested for this export.",
+ "location": "query",
+ "required": true,
+ "type": "string"
+ }
+ },
+ "path": "files/{fileId}/export",
+ "scopes": [
+ "https://www.googleapis.com/auth/drive",
+ "https://www.googleapis.com/auth/drive.file",
+ "https://www.googleapis.com/auth/drive.readonly"
+ ],
+ "supportsMediaDownload": true
+ },
"generateIds": {
"description": "Generates a set of file IDs which can be provided in insert requests.",
"httpMethod": "GET",
@@ -2604,7 +2634,7 @@
}
}
},
- "revision": "20160126",
+ "revision": "20160303",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"About": {
@@ -3404,6 +3434,10 @@
"description": "Whether the current user can comment on the file.",
"type": "boolean"
},
+ "canReadRevisions": {
+ "description": "Whether the current user has read access to the Revisions resource of the file.",
+ "type": "boolean"
+ },
"copyable": {
"description": "Whether the file can be copied by the current user.",
"type": "boolean"
« no previous file with comments | « discovery/googleapis/doubleclicksearch__v2.json ('k') | discovery/googleapis/drive__v3.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698