Join BoxWorks 2024 to discover what's possible with content and AI!
Register now!The status of a zip
archive being downloaded.
10
0
The number of files that have already been downloaded.
5
0
The number of files that have been skipped as they could not be downloaded. In many cases this is due to permission issues that have surfaced between the creation of the request for the archive and the archive being downloaded.
5
0
The number of folders that have been skipped as they could not be downloaded. In many cases this is due to permission issues that have surfaced between the creation of the request for the archive and the archive being downloaded.
succeeded
"in_progress"
The state of the archive being downloaded.
Value is one of in_progress
,failed
,succeeded
20
0
10000
The total number of files in the archive.
{
"downloaded_file_count": 10,
"skipped_file_count": 5,
"skipped_folder_count": 5,
"state": "succeeded",
"total_file_count": 20
}