Download File
Provides a signed URL to download a specific file directly from Google Cloud Storage.
Authorizations
Path parameters
fileIdstringRequiredExample:
The unique ID of the file to download.
internal_file_id_1Query parameters
typeanyRequired
Mandatory query parameter to specify the file type. For Content Export files, use 'ContentExport'.
Responses
200
Redirect to the signed URL for download.
application/json
400
Bad Request - Invalid query parameters.
application/json
401
Unauthorized - Authentication failed.
application/json
403
Forbidden - Invalid entitlements.
application/json
404
Not Found - File not found.
application/json
500
Internal Server Error.
application/json
get
/{fileId}Last updated
Was this helpful?