Returns a presigned download URL by default. If base64_urls=true
, returns
base64-encoded file content. Control expiry with expires_in
(seconds).
ID of the file
Expiry in seconds for the presigned URL (default 3600)
If true, returns base64 data instead of a presigned URL
Presigned URL or base64 data
The response is of type object
.