files.createDownload
¶
Creates a download session between the user and the provider
Request | Response | Error |
---|---|---|
BulkRequest<FilesCreateDownloadRequestItem> |
BulkResponse<FilesCreateDownloadResponseItem> |
CommonErrorMessage |
The returned endpoint will respond with a download to the user.
Errors:
Status Code | Description |
---|---|
404 Not Found |
Either the oldPath or newPath exists or you lack permissions |
403 Forbidden |
You lack permissions to perform this operation |
Examples:
Example |
---|
Downloading a file |