Hi guys,
I would like to know the case or cause of the following matters.
I implemented the shell using the Zip download API.
https://developer.box.com/reference/post-zip-downloads/
https://developer.box.com/reference/resources/zip-download/
When performing a ZIP download using the Create zip download API specified multiple file IDs,
the response was received with a status of 200, but the download file was not a ZIP file.
Case
- Three files of several MB are specified
- The downloaded file was 30 bytes
- The unzip command could not unzip the file
- JWT authenticated and running API in cURL on Linux Server