Skip to main content

Downloading image, with tag, goes in error!

Comments

1 comment

  • Stephen Doyle

    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.