-
Help Us Shape the Future of the Cloudinary Javascript SDK
Big news for all JavaScript developers: We’ve posted an RFC for the JavaScript SDK on our GitHub repository. This RFC is a key step in improving the developer experience, and we're actively seeking feedback from our community. What's The Goal? Version 2 of the JavaScript URL Gen SDK improved performance and error handling…
-
Why are my files uploaded to format N/A ? (except for images and pdf)
Hello, I've had a situation for a while now where my uploads don't work correctly. I'm developping an app with Rails 7 and use cloudinary for storing files attached to my tickets. storage.yml development & production.rb In Cloudinary, I've allowed raw files. Example : I just tried uploading an excel file (test.xlsx). Logs…
-
Issue of read the generated image URL
I am using the java sdk and generated an uploaded image URL, but when I tried to read the generated image URL, it did not work. I used Spring webflux `WebClient` to read data from the image URL. return webClientBuilder.baseUrl(generatedUrl).build() .get() .awaitExchange { it.awaitBody<ByteArray>() } it throws a timeout or…
-
Issue with auto upload and authentication
I have set up an auto upload folder. Then I used it with an image (example: https://res.cloudinary.com/account_id/image/upload/autoupload_folder/material.jpg ) and 1) The image was uploaded correctly, I can see the asset in the media library 2) But the url won't respond; it gives the following error: "Resource can only be…
-
Polyfill errors with legacy cloudinary object
Hello! Having major problems since updating a few npm packages and nodeJS. This was my previous working code: import { Cloudinary } from "@cloudinary/url-gen"; require('dotenv').config(); const cloudinary = require('cloudinary/lib-es5/cloudinary'); cloudinary.config({ cloud_name: 'BLABLA', api_key:…
-
Background removal and handling the 423 response
I'm used to Cloudinary taking a few seconds to respond on the first request to a transformed image, but in testing background removal, I'm seeing that the default is to return 423 on the first response? If I wanted to programatically download the result, is the expectation to make 2 requests?
-
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…
-
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…
-
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…
-
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…