provider revisions PATCH /files/{fileId}/revisions/{revisionId}
@utdk/google/drive /files/{fileId}/revisions/{revisionId}
revisions.update
Updates a revision with patch semantics.
$.xgafv query
V1 error format.
enum: 1, 2
access_token query
OAuth access token.
string
alt query
Data format for response.
enum: json, media, proto
callback query
JSONP
string
fields query
Selector specifying which fields to include in a partial response.
string
key query
API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
string
oauth_token query
OAuth 2.0 token for the current user.
string
prettyPrint query
Returns response with indentations and line breaks.
boolean
quotaUser query
Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
string
upload_protocol query
Upload protocol for media (e.g. "raw", "multipart").
string
uploadType query
Legacy upload protocol for media (e.g. "media", "multipart").
string
fileId path required
The ID of the file.
string
revisionId path required
The ID of the revision.
string

Try it

Authentication
Configure credentials for Google Drive API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

revisionsUpdate
PATCH/files/{fileId}/revisions/{revisionId}
Updates a revision with patch semantics.

Parameters

required

The ID of the file.

required

The ID of the revision.

V1 error format.

OAuth access token.

Data format for response.

JSONP

Selector specifying which fields to include in a partial response.

API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.

OAuth 2.0 token for the current user.

Returns response with indentations and line breaks.

Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.

Upload protocol for media (e.g. "raw", "multipart").

Legacy upload protocol for media (e.g. "media", "multipart").

Input

Output only. Links for exporting Docs Editors files to specific formats.

Output only. The ID of the revision.

Whether to keep this revision forever, even if it is no longer the head revision. If not set, the revision will be automatically purged 30 days after newer content is uploaded. This can be set on a maximum of 200 revisions for a file. This field is only applicable to files with binary content in Drive.

Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#revision"`.

Information about a Drive user.

Output only. The MD5 checksum of the revision's content. This is only applicable to files with binary content in Drive.

Output only. The MIME type of the revision.

The last time the revision was modified (RFC 3339 date-time).

Output only. The original filename used to create this revision. This is only applicable to files with binary content in Drive.

Whether subsequent revisions will be automatically republished. This is only applicable to Docs Editors files.

Whether this revision is published. This is only applicable to Docs Editors files.

Output only. A link to the published revision. This is only populated for Google Sites files.

Whether this revision is published outside the domain. This is only applicable to Docs Editors files.

Output only. The size of the revision's content in bytes. This is only applicable to files with binary content in Drive.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import google_drive from '@utdk/google/drive';

await google_drive.revisionsUpdate({
  "kind": "drive#revision"
})