mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Publish latest versions of all APIs
This commit is contained in:
0
etc/api/drive/v3/crates/1.0.6-api+20170915
Normal file
0
etc/api/drive/v3/crates/1.0.6-api+20170915
Normal file
0
etc/api/drive/v3/crates/1.0.6-cli+20170915
Normal file
0
etc/api/drive/v3/crates/1.0.6-cli+20170915
Normal file
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/1elIKE9OJ8UNewNj9RsDGTkU5MM\"",
|
||||
"etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/IQ6IlDF_Rs6vMZyFSA6V8uvh46Q\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "drive:v3",
|
||||
"name": "drive",
|
||||
"version": "v3",
|
||||
"revision": "20170512",
|
||||
"revision": "20170915",
|
||||
"title": "Drive API",
|
||||
"description": "Manages files in Drive including uploading, downloading, searching, detecting changes, and updating sharing permissions.",
|
||||
"ownerDomain": "google.com",
|
||||
@@ -20,7 +20,7 @@
|
||||
"basePath": "/drive/v3/",
|
||||
"rootUrl": "https://www.googleapis.com/",
|
||||
"servicePath": "drive/v3/",
|
||||
"batchPath": "batch",
|
||||
"batchPath": "batch/drive/v3",
|
||||
"parameters": {
|
||||
"alt": {
|
||||
"type": "string",
|
||||
@@ -759,6 +759,13 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"permissionIds": {
|
||||
"type": "array",
|
||||
"description": "List of permission IDs for users with access to this file.",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"description": "The full list of permissions for the file. This is only available if the requesting user can share the file. Not populated for Team Drive files.",
|
||||
@@ -1979,7 +1986,7 @@
|
||||
"id": "drive.files.export",
|
||||
"path": "files/{fileId}/export",
|
||||
"httpMethod": "GET",
|
||||
"description": "Exports a Google Doc to the requested MIME type and returns the exported content.",
|
||||
"description": "Exports a Google Doc to the requested MIME type and returns the exported content. Please note that the exported content is limited to 10MB.",
|
||||
"parameters": {
|
||||
"fileId": {
|
||||
"type": "string",
|
||||
@@ -2112,7 +2119,7 @@
|
||||
},
|
||||
"orderBy": {
|
||||
"type": "string",
|
||||
"description": "A comma-separated list of sort keys. Valid keys are 'createdTime', 'folder', 'modifiedByMeTime', 'modifiedTime', 'name', 'quotaBytesUsed', 'recency', 'sharedWithMeTime', 'starred', and 'viewedByMeTime'. Each key sorts ascending by default, but may be reversed with the 'desc' modifier. Example usage: ?orderBy=folder,modifiedTime desc,name. Please note that there is a current limitation for users with approximately one million files in which the requested sort order is ignored.",
|
||||
"description": "A comma-separated list of sort keys. Valid keys are 'createdTime', 'folder', 'modifiedByMeTime', 'modifiedTime', 'name', 'name_natural', 'quotaBytesUsed', 'recency', 'sharedWithMeTime', 'starred', and 'viewedByMeTime'. Each key sorts ascending by default, but may be reversed with the 'desc' modifier. Example usage: ?orderBy=folder,modifiedTime desc,name. Please note that there is a current limitation for users with approximately one million files in which the requested sort order is ignored.",
|
||||
"location": "query"
|
||||
},
|
||||
"pageSize": {
|
||||
|
||||
Reference in New Issue
Block a user