Download Files
Summary
Downloads a file from your site. Whenever more than one file is being downloaded, the files are first zipped into a single file before the download starts, and the resulting zip file is named to match the downloadArchiveName
parameter.
When multiple resources are requested, if any of them cannot be downloaded, the response will contain the first error and no files will be downloaded.
Endpoint
GET https://mysite.files.com/api/v2/resources/download
Replace mysite.files.com with your site address.
Request Parameters
Name | Data Type | Description |
---|---|---|
resources | array(string) | Required. Array of files or folders to be downloaded. Each item should be specified as either the complete path (e.g. my/folder/file.txt ) or as a resource ID (e.g. id:31415926535 ) |
downloadArchiveName | string | The name to use for the result archive. It is included in the response's Content-Disposition header. |