Method: revisions.update
HTTP リクエスト
PATCH https://www.googleapis.com/drive/v3/files/{fileId}/revisions/{revisionId}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
fileId |
string
ファイルの ID。
|
revisionId |
string
リビジョンの ID。
|
リクエスト本文
リクエストの本文には Revision
のインスタンスが含まれています。
レスポンスの本文
成功した場合、レスポンスの本文には Revision
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープのいずれかが必要です。
https://www.googleapis.com/auth/drive
https://www.googleapis.com/auth/drive.appdata
https://www.googleapis.com/auth/drive.file
一部のスコープは制限されているため、アプリで使用するにはセキュリティ評価が必要です。詳細については、承認ガイドをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-04 UTC。
[null,null,["最終更新日 2024-09-04 UTC。"],[[["This endpoint updates a specific revision of a file using patch semantics, allowing for partial modifications."],["You need the file ID and revision ID to target the specific revision you want to update."],["The request body should contain the desired changes to the revision, formatted according to the Revision resource structure."],["A successful update will return the updated Revision resource, reflecting the changes made."],["Authorization is required using one of the specified OAuth scopes, with some scopes potentially requiring a security assessment."]]],[]]