-
A heartfelt thank you to our community
Hi everyone, I wanted to take a moment to share some important news with you all. After much consideration, we’ve made the decision to retire this community at the end of December. With the incredible advancements in AI-driven tools and the exceptional support resources we provide, we’ve realized the Community no longer…
-
Cloudinary Community Standards: Please Read Before Posting
Welcome! We are so glad you're here. But before you get started, here are some things you need to know. This community has a set of standards across all our online spaces. They include (but are not limited to) the following principles and rules: Respect Our community members come from all over the planet and walks of life.…
-
How to export name's file and it's url downloads?
How to export name's file and it's url downloads?
-
Edited image not returning valid URL
I'm following this tutorial https://cloudinary.com/blog/placing-images-on-curved-surfaces-through-displacement-mapping and I'm stuck at the displacement part. It doesn't return a valid image URL, This is the URL it returns https://res.cloudinary.com/da3clivij/e_displace,l_gradients:gradient,x_20,y_20/logo?_a=BAMCkGRi0…
-
Scale and Fixed Coordinate Crop Calculations
I am trying to use the api to scale and crop an image programmatically to match the scaling and translation made to an image in an <img> element. I am starting with an image (say 800x800) that is scaled to fit the dimensions of the img element (say 400x400) without changing the aspect ratio. The image is then scaled and…
-
I got a video by connecting the video and using the transition, but the second video was out of sync
origin video1 origin video2 connected video I'm using JS sdk cl = cloudinary.Cloudinary.new({cloud_name: CLOUD_NAME}); const video = cl.video_url(VIDEO_ID_0,{ transformation:[ {duration:"3"}, {flags:"splice:transition_(name_pixelize;du_2)", overlay:{resource_type:"video",public_id:VIDEO_ID_1}}, {duration: "8"},…
-
401 Error after retrieving assets using the request.get_content() method in python
I am getting a 401 error after sending a request to a particular url to download a file. upload works great but downloads return a 401 error. This is the log message https://res.cloudinary.com:443 "GET /di8radfle/image/upload/v1734082884/qbrxyfdq1nocm3jwbszx.pdf?API_KEY=<key>&API_SECRET=<secret> HTTP/11" 401 0 I also sent…
-
ERR_CERT_AUTHORITY_INVALID on res.cloudinary.com
Hello together Since last Friday, there have been an increasing number of reports from customers that the images from Cloudinary are no longer displayed in our Webshop (www.gela.ch) The problem occurs with several customers independently. When trying to load an image via res.cloudinary.com a certificate error is displayed…
-
i changed allowed Allowed IPs by mistake and now I am not been able to access console
Please Help
-
i am not able to deliver pdf to react page
i have free plan in cloudinary. i want to upload pdfs in my react webpage but i am not able to do so. whenever i paste url generated from mongodb in chrome, it shows failed to load pdf document . can you please suggest me anything that could help me.it is very urgent project which i need to submit in coming three days. i…
-
[Wordpress] Understanding storage limits
Hello everyone, I have a doubt about the storage for the free plan. On the website I read that the following is included monthly: 25k Monthly Transformations or 25GB Managed Storage or 25GB Monthly Net Viewing Bandwidth But on the Wordpress plugin dashboard I have these numbers: Does the plugin itself have any further…
-
Error With Manual Signature Creation via PHP
I am using the manual method, not SDK, to generate a signature. This is a test page that generates a curl that I run via my windows command prompt. <?php // Enable error reporting to display errors directly on the screen ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); // API…
-
Console returning error in Next Cloudinary using video
Hi, I use nextjs and installed next-cloudinary. But in the console it returns two errors in localhost and in production. Does anyone know why these errors, I'm using the same codes as the examples Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'css') at e.setupThumbnailElement…
-
[Invalid value v16XXXX for parameter type] - How to access private media .m3u8 with token
I am trying to access private media https://res.cloudinary.com/demo/…/Cloudinary_Car.m3u8 with token: below example https://res.cloudinary.com/demo/video/upload/sp_auto/pg_2/v1656585800//Cloudinary_Car.m3u8?cld_token=exp=1733355248~acl=*~hmac=XXXXXX But getting 401 unauthorized error Error : Invalid value v1656585800 for…
-
error:Must supply Api
I have a phase a error when i hit the image upload button my cloudniary connection is a proper statblish i cant identify error in the code i need your favour how can i fix the error and can give me any alternative to check the testing process my connection . I hope u understand my problems and you will be find the…
-
Enabling Auto-Generate All Pages for PDF and TIFF with Unsigned Upload Preset for unsigned
Hi, I’m using an unsigned Upload Preset for my uploads, and I’d like to enable the automatic generation of multiple pages for my PDF and TIFF files. Currently, only the first page (pg_1) is being generated and accessible for querying, while the remaining pages are not. Could you please guide me on how to enable the…
-
Signature no longer valid, out of the blue.
I had been testing a video-upload feature using the Cloudinary API for about 2-3 hours and took a break to make something to eat. Now the uploads on my devices are returning a 401 "Invalid Signature" error. I haven't touched the backend which fetches my valid signature and returns it to the client, and checking the…