-
Bulk Downloads…
Hi, I am trying to download all of my assets from a folder, as a CSV file, onto my hard drive. When I do a download, it only downloads 1,000 assets, but the folder has 3,000 assess. How can I download all 3,000 assets at one time, from my assets page, as a CSV file, onto my hard drive? Thank you, Mary
-
Import link into excel
How to import all link in a folder of cloudinary into excel without copying it one by one?
-
Making a document type like raw link not auto download
As a backend developer using nodejs and express, I want to make sure that the link generated from cloudinary for document should be a view link instead of an auto download, how do I do this, I already added the attachment like this flags: 'attachment:false',
-
Download URL to pdf
Hello. I uploaded some pdf files using nodejs. I am developing an app in React Native, so now I have to have access to the download url of these pdf's. I have tried many approaches, used many types of url's, and up until now I could'nt find any download url that works. Please give me some help to find these download urls.
-
Generating Download URL Returning 404
When generating a download URL using utils.private_download_url(publicId, format, options) the method returns 200 with a seemingly correct URL string. However, when trying access the string in the browser or pass it as a link in my react application I get a 404 "resource not found". What could be causing this? I've looked…
-
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.
-
Download Isn't Working
I'm trying to download a folder by logging into Cloudinary. Immediately upon right clicking the folder and selecting download, I get two alerts -- one that zip file is being generated and another that says "this folder is empty, there is nothing to download." Needless to say, nothing ever downloads. The folder has less…
-
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.