FileDownloadResult
No description
union FileDownloadResult = FileDownload | UnauthorizedOperationError
Possible types
FileDownloadResult.FileDownload object
Represents a secure, time-limited download link for a file.
- Download links expire after 5 minutes
- Links are pre-signed and do not require authentication.
FileDownloadResult.UnauthorizedOperationError object
Error indicating the partner lacks required authorization for the requested operation.
Common causes:
- Missing permissions to sell the specific product
Member Of
Offer object