Missing public ids error when using download_zip_url with raw files
Hello all,
I generate a download url using download_zip_url like this:
const zip = await cloudinary.utils.download_zip_url(
{ public_ids: ["rdhkeoccu8on9ahn0jk1"],
resource_type: 'raw',
use_original_filename: true});
And when I open the response link to download the zip I get:
{"error":{"message":"Missing public_ids: rdhkeoccu8on9ahn0jk1"}}
But that ID is not missing since I can find the file in the Media Library.
Is a .3DL file uploaded using the REST (With the raw paremeter).
Thank you in advance,
Jacin.
Please sign in to leave a comment.
Comments
2 comments