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?
-
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.
Please sign in to leave a comment.
Comments
2 comments