Whether the user is acknowledging the risk of downloading known malware or other abusive files. This is only applicable when the alt parameter is set to media and the user is the owner of the file or an organizer of the shared drive in which the file resides.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Revision.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-17 UTC."],[[["Retrieves metadata or content of a specific file revision using its ID."],["Requires providing `fileId` and `revisionId` as path parameters in the request URL."],["Optionally, set the `acknowledgeAbuse` query parameter to acknowledge the risk of downloading potentially harmful files when accessing the file content."],["An empty request body is required and a successful response returns a `Revision` object containing the requested information."],["Requires authorization with one of the specified OAuth scopes, such as `https://www.googleapis.com/auth/drive` or `https://www.googleapis.com/auth/drive.file`, some of which may have restrictions."]]],[]]