-
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',
-
Replacement Responsive Image Breakpoints Generator
I am not a developer and I was trying to install the open sourced Responsive Image Breakpoints Generator. It has been 3 years since any changed were made. I had to abandon my work because I don't know anything about developer work. I decided to write my own version of the generator. By I write, I mean AI writes. It lets…
-
Pdf url is not working/opening
Hello devs I have been working on a project and I wanted to fetch and save pdf from the user into the database. The images url are working fine but the pdf urls are not working even when. They are successfully getting saved into the database though. But the link is just not working. Could anyone provide me with the…
-
Image not getting deleted
I am trying to delete an image. It says that the image is not found but it still opens on the cloudinary_url. >>> cloudinary.uploader.destroy("user_cls1hjqjd00004enqgohyclng_profile_image") {'result': 'not found'} >>> cloudinary.utils.cloudinary_url("user_cls1hjqjd00004enqgohyclng_profile_image")…
-
How to transform recorded live stream video with Cloudinary
Hello, everyone. I am working on a demo that helps set up OBS with a Nextjs application. The demo will transform the stream using the video transformation functionality and other AI effects. I know this is in "BETA," but I want to ask a few questions. 1. Anyone have experience working with this recently? 2. I noticed i…
-
Error opening the pdf
Hey devs, I'm trying to build an application and I'm using cloudinary to upload the pdf file and generate a pdf link, however when i open the link, it says error: failed to open the pdf. I searched online and found that it will work once you check the allow delivery of pdf and zip files and I did that and it worked. A few…
-
How to do Background remove (AI) with Make.com (Integromat)? (It says the transformation not avail)
I have a Make.com (integromat) workflow to grab image from Airtable, upload to Cloudinary, process some transformations and then save back to Airtable. All works fine. But when i try to use the … e_background_removal .. transformation, it doesn't work. I do have credits for the AI Background removal plugin and I am able to…
-
Add structured metadata to upload in SDK , C# not applying
I have my code below, but the metadata is not applying when doing the upload. Can anyone help? RawUploadParams rawUploadParams = new RawUploadParams(); rawUploadParams.MetadataFields = new StringDictionary(); rawUploadParams.MetadataFields.Add("InternalID", "001"); // Upload an image and log the response to the console…
-
How to disable the CORS mechanism in the cloudinary?
As I want to display my media files only on that domain only from where I uploaded using cloudinary API. Like if someone having that link, they cannot able to access the image/files directly from the browser. 2. How to create a time limited link of some images so the user can directly access the link in browser for short…
-
Cloudinary API Endpoint is not Selecting The Correct Folder...
Hi! I am using Make.com to upload images/assets from a specific folder in my Cloudinary account, it works, sort of, it's not selecting the correct folder name. Here is the endpoint I am using in the Make module "Make an API Call": resources/search/folder:Airtable=missing&max_results=5&metadata=tru How to setup the API in…
-
I am getting CORS error while getting video analytics
Here is my code; const fetchVideoAnalytics = async (publicId) => { try { const response = await fetch( `https://api.cloudinary.com/v1_1/${cloudName}/video/analytics/views?expression=video_public_id=${publicId}`, { method: "GET", headers: { mode: "no-cors", Authorization: `Basic ${basicAuth}`, }, } ); const analyticsData =…
-
GLB Cameras
Does cloudinary support loading cameras that are embed in GLB files?
-
Inquiry About Video Analytics Update Timing
I’m curious about when the video analytics get updated. I’ve tried using the iframe and the cloudinary-video-player along with the CldVideoPlayer from Next.js, but I’m not seeing any updates in the Video Analytics. Anyone know how often this data refreshes? Thanks for any help!
-
How to delete directories
Do I need to make any other settings in my Cloudinary account to have permission to delete directories?
-
Configuration page not available !
What's going on ? Page Unavailable Sorry, there were some technical issues while processing your request. See Cloudinary's service status. And the other pages of the site work without problems !