2025-12-06
▼ ▲ drive.approvals.get
Flat Path : files/{fileId}/approvals/{approvalId}
HTTP Method : GET
Parameter Order :
Scopes : https://www.googleapis.com/auth/drive
Parameters :
approvalId
Required : Yes
Description : Required. The ID of the Approval.
Location : path
Type : string
fileId
Required : Yes
Description : Required. The ID of the file the Approval is on.
Type : string
Location : path
Path : files/{fileId}/approvals/{approvalId}
Description : Gets an Approval by ID.
▼ ▲ drive.approvals.list
Path : files/{fileId}/approvals
Parameter Order : fileId
Scopes : https://www.googleapis.com/auth/drive
HTTP Method : GET
Description : Lists the Approvals on a file.
Parameters :
pageSize
Type : integer
Location : query
Format : int32
Description : The maximum number of Approvals to return. When not set, at most 100 Approvals will be returned.
fileId
Type : string
Location : path
Required : Yes
Description : Required. The ID of the file the Approval is on.
pageToken
Description : The token for continuing a previous list request on the next page. This should be set to the value of nextPageToken from a previous response.
Type : string
Location : query
Flat Path : files/{fileId}/approvals