Method: revisions.update
HTTP request
PUT https://www.googleapis.com/drive/v2/files/{fileId}/revisions/{revisionId}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
fileId |
string
The ID for the file.
|
revisionId |
string
The ID for the revision.
|
Request body
The request body contains an instance of Revision
.
Response body
If successful, the response body contains an instance of Revision
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/docs
https://www.googleapis.com/auth/drive
https://www.googleapis.com/auth/drive.appdata
https://www.googleapis.com/auth/drive.file
Some scopes are restricted and require a security assessment for your app to use them. For more information, see the Authorization guide.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-17 UTC.
[null,null,["Last updated 2024-09-17 UTC."],[[["Updates a specific revision of a file using a PUT request to the provided URL."],["Requires providing `fileId` and `revisionId` as path parameters to identify the target file and revision."],["The request body should contain a `Revision` object defining the desired changes."],["A successful response will return the updated `Revision` object."],["Requires authorization with one of the listed OAuth scopes, some of which may require a security assessment."]]],["This document outlines the process for updating a file revision using a `PUT` HTTP request to a specified URL. Key actions include providing the `fileId` and `revisionId` as path parameters within the URL. The request and response bodies both utilize the `Revision` resource. Authorization requires one of four specified OAuth scopes, some of which are restricted and necessitate a security assessment. The provided documentation includes details about gRPC Transcoding.\n"]]