Returns the contents of a zip
archive in binary format. This URL does not
require any form of authentication and could be used in a user's browser to
download the archive to a user's device.
By default, this URL is only valid for a few seconds from the creation of the request for this archive. Once a download has started it can not be stopped and resumed, instead a new request for a zip archive would need to be created.
The URL of this endpoint should not be considered as fixed. Instead, use
the Create zip download API to request to create a
zip
archive, and then follow the download_url
field in the response to
this endpoint.
Lu6fA9Ob-jyysp3AAvMF4AkLEwZwAYbL=tgj2zIC=eK9RvJnJbjJl9rNh2qBgHDpyOCAOhpM=vajg2mKq8Mdd
The unique identifier that represent this zip
archive.
Returns the content of the items requested for this download, formatted as
a stream of files and folders in a zip
archive.
Returns an error if the ID of this download request is not valid. This error can also be returned if this URL has been called before. To re-download this archive, please create a new request for a zip download.
Returns an error if the number of concurrent zip downloads has been reached for either the user or the enterprise.
user_too_many_concurrent_downloads
- the maximum of 5 parallel
downloads of zip archives per user has been met.enterprise_too_many_concurrent_downloads
- the maximum of 10 parallel
downloads of zip archives per enterprise has been met.An unexpected client error.
curl -L GET "https://dl.boxcloud.com/2.0/zip_downloads/29l00nfxDyHOt7RphI9zT_w==nDnZEDjY2S8iEWWCHEEiptFxwoWojjlibZjJ6geuE5xnXENDTPxzgbks_yY=/content" \
-H "authorization: Bearer <ACCESS_TOKEN>" \
-o sample_curl.zip