download
Discussion List
-
DownloadPrivate Resource not found
Hi there Thanks for reaching out. Im trying to create an Url for my private image on cloudinary, everything is fine, but when i use that url, i get the respone "resource not found". Here is my code (C#): the publicId i get from the result after upload image after run the code, i get my image url like this:…
-
First time GET request on SVG returns Content Length as None
While trying to access a cloudinary URL for an SVG, the content length is not set on the first GET request. But subsequent requests has the header set. I process the asset based on content length further down which errors out in case the value is not set.
-
Disabling Video Downloads on Cloudinary
I need to share a link to a Cloudinary-hosted video while disabling or hiding the possibility of downloading the video itself. I'm wondering if it's possible to add the attribute controlsList="nodownload" so that the video rendered in the DOM has the following form: <video controls controlsList="nodownload"> I just want to…
-
Downloading a pdf file
Hi. I'm trying to create a downloadable link from a uploaded pdf file but struggling. If the original url is https://res.cloudinary.com/<db id> /image/upload/v1688608254/<folder name>/example.pdf shouldn't the download link be https://res.cloudinary.com/<db id>/image/upload/fl_attachment/v1688608254/<folder…
-
How to convert photos?
I want photos to be converted to 10mb?
-
How can I make a download button with Cloudinary and Javascript? Getting CORS error
I am trying to create a download image button. I've tried several ways and still having trouble with CORS. Does Cloudinary support CORS headers? I am using Javascript/NodeJS. I have tried using a fetch request with CORS headers but it seems like Cloudinary isn't reciprocating. Any help on this? Thanks.