Hey guys, I use cloudinary to upload the images. But when i try to uplaod the image on cloudinary it return a error something related to request timeout { error: { message: 'Request Timeout', http_code: 499, name: 'TimeoutError' } } for upload the image i use nodeJS. can anyone face the same issue. And if the issue resolve…
I've got a customer that always wants images to be served at a maximum bit depth of 8 bits per channel; is there a way I can specify that when generating images with the Cloudinary API?
Hi! I've been working on a project using Cloudinary's generative recolor, and now I'm trying to prepare it to go live. I want to make sure that nobody can start generating a ton of new image transformations, so I've turned on strict transformations, and set my deployment site on vercel as an "allowed strict referral…
This feature is mentioned here https://cloudinary.com/documentation/advanced_url_delivery_options in the context of image types. Is it possible to configure it for raw image types? Thanks Mark
I have two images hosted on my cloudinary and i am carrying out transformation on them. the url looks like…
When I upload images to Cloudinary, I've noticed that each image generates a unique URL. This variation in the URLs not only reflects in the name I assign to the image but also in the number that Cloudinary automatically generates. FOR EXAMPLE: Imagen 1: https://res.cloudinary.com/dtg7fga8i/image/upload/v1698345266/Imagen1…
I'm using Next.js. I call various cloudinary API methods in several different places, but always in either API or server side methods like getStaticProps. I want to avoid having to configure the library again and again, so I've followed the Next.js example which puts initialization and config in a separate file which you…
Hello, Cloudinary community! I'm currently working on a marketing campaign and would love to hear your thoughts on leveraging Cloudinary for optimizing and delivering media assets to enhance user engagement. Are there any specific strategies, features, or integrations within Cloudinary that you have found effective in…
The documentation for Dynamic folders has a note which states: "Once a product environment is migrated to dynamic folders mode, you can't revert it to fixed folders mode." This leads to the question, are there any other configuration changes that are irreversible? Obviously on mature environments any change could cause…