Downloading image, with tag, goes in error!
Hello,
I have many photo to download. I put a custom tag at each of it, but when i download files it goes ever in error.
An Example: i try to download 350 photos but when i download the zip file, there is an Error.txt that say "
ZIP truncated. Processed 61 out of 329 files.". Is unthinkable that i should to search every photo missing, because i tried to download 350 photos but i have to download maybe 800 photos.
I tried to download with yours panel and not with yours API.
How i can i resolve it? You can download, for me, these photos?
Regards,
Matteo De Blasis
-
Hi Matteo,
If you're downloading multiple files from the Media Library interface, this creates a temporary zip file in your account, which has a maximum size of 100 MB, or your account's maximum 'raw' file size limit, whichever is larger.
If you need to download more files than can be stored in a zip file in your account, the best options are to download the photos in smaller batches (using the UI), or use our Admin API to create a list of the files you need, then download them.
Another option if you're not using the API for other tasks is to request a client-side resource list for the tag you want. This is a JSON list of all images matching a specified tag - the list is typically used in javascript code, but you could also save the list and pass the list of files to a third party downloading tool - the response contains the public_id (filename) of each image.
There's more information about that here: https://cloudinary.com/documentation/advanced_url_delivery_options?query=client side&c_query=Client-side resource lists#client_side_resource_lists
Thanks,
Stephen
0
Post is closed for comments.
Comments
1 comment