-
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.…
-
Difficulty with Image Upload Failures – Are There Any External Tools That Can Help?
Hi Cloudinary Community, I’ve been experiencing intermittent failures when uploading images to Cloudinary, particularly with larger files. I’ve ensured that my API keys and configurations are correct, and I’ve followed best practices regarding the upload process. However, the issue persists and seems to be affecting the…
-
What’s the Best Way to Use Dynamic Image Transformations for Mobile Devices?
Hi all I’m looking for suggestions on how to optimize dynamic image transformations specifically for mobile devices. Are there certain settings or best practices that help ensure fast loading times and smooth performance on smaller screens? Because, I am a concrete Contractor in Richmond VA here is my website:…
-
How to Optimize Dynamic Image Transformations Without Affecting Performance?
Hi everyone, I’ve been trying to implement dynamic transformations for images based on user interactions. For example, adjusting image quality or adding effects dynamically depending on specific user actions. The challenge I’m facing is maintaining seamless performance and ensuring compatibility across various devices…
-
File size exceeds maximum allowed (20 MB)
Hello guys, we are on Cloudinary Programmable Media Plus Plan and we tried to upload a PDF document which has a file size of 60 MB through the Cloudinary Upload widget in the media library. But the upload widget shows the error "File size (63.02 MB) exceeds maximum allowed (20 MB)" Is there any chance to increase the…
-
Why Does Changing the Signature Still Allow Access to My Private HLS on Cloudinary?
I’m new here and need some help with securing video links on Cloudinary. I’m using Python to upload a video as private and also setting up strict transformations, but changing the signature in the URL still allows access. Here’s what I’m doing: Enable Strict Transformations in the Cloudinary Settings → Security tab. Create…
-
Transparency of base image with overlays
Hey there, I have an issue I'm struggling with for some time. I have a base image with a bounding box which is transparent which will contain an overlay: The image below is a desired outcome. (please ignore the glare) This is what I currently have The problem is that the overlaid image in the center covers parts of both…
-
Polyfill error when trying to use cloudinary js sdk
Hi, I'm trying to implement the cloudinary js sdk into my app and I'm receiving multiple errors that say Module not found: Error: Can't resolve xxxx in '…/node_modules/cloudinary/lib/api_client'BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. I've tried the solution in this thread…
-
How to fix below System Error
How to fix below System Error You don't have permission to access the '…….' cloud. https://www.awesomescreenshot.com/image/52357281?key=07e289a4e300cbdf545a5d55c5115089
-
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