Search or scroll through everything
How to import all link in a folder of cloudinary into excel without copying it one by one?
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',
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.
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…
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:…
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.
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…
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…
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…
I want photos to be converted to 10mb?
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.
You need to be logged in to ask or answer questions. You can use your Cloudinary account, just click the "Sign In" button.