Downloads a zip archive containing files and/or folders from Box. **Prerequisites**: You must first call 'BOX_CREATE_ZIP_DOWNLOAD' to create a zip download request. The response from that action contains a 'download_url' field, from which you should extract the 'zip_download_id'…
zip_download_idRequiredstringThe unique identifier for the zip archive to download. This ID is obtained from the 'download_url' field returned by the 'BOX_CREATE_ZIP_DOWNLOAD' action. Extract the ID from the URL path, e.g., from 'https://dl.boxcloud.com/2.0/zip_downloads/<ID>/content', use the <ID> portion.
download_file_namestringThe name to use for the downloaded zip file. Defaults to 'download.zip'. If you specified a 'download_file_name' when creating the zip download, you can use the same name here for consistency.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.