ZIP truncation
We are using the 'download_zip_url' api method to create a zip file. However I don't see anything in your documentation that explains why the zip would be truncated.
\Cloudinary::download_zip_url([
'tags' => '...',
'prefixes' => '...',
'use_original_filename' => true,
'type' => 'upload'
]);
Specifically, we are getting an ERROR.TXT file included in the zip that says something like the following:
ZIP truncated. Processed 54 out of 644 files.
Is there something we can do to avoid this?
-
I found this in the documentation:
The archive can contain up to 1000 resources or 5000 derived images. The maximum archive file size is the larger of 100 MB or your account's
rawfile size limit.Is there some way around this the 1000 resource limit?
0 -
If you want, you're more than welcomed to open a ticket and we'll be happy to suggest specific tips for you regarding the resource limit.
0
Post is closed for comments.
Comments
2 comments