-
It took me 3 hours and almost a heart attack
To realize that the problem is with the farthest thing I could ever think of Can someone explain why cloudinary.config doesn‘t accept .env varriavbles While Iam 100 sure I declared and configed the dotenv
-
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…
-
Image not upload on cloudinary
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…
-
Is there any way of specifying color bit depth on a transform?
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?
-
Problems with Allowed strict referral domains
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…
-
dynamic Root URL for raw/upload
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
-
Changing open graph details
I have two images hosted on my cloudinary and i am carrying out transformation on them. the url looks like…
-
Is there a way to standardize the URLs of the images I upload?
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…
-
Correct configuration of cloudinary library for Next.js server side code
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…
-
What are the Effective Cloudinary strategies for optimizing media assets in marketing?
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…
-
What configuration choices are irreversible once applied to a product environment
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…