-
Optimizing The Forums
Here's a handy list of ways you can optimize your experience in the community! Use the reactions. These let you share how you feel about other’s comments. Mention others. Put an @ symbol before their username to mention someone. They’ll get notified when you do. Update your notification preferences. You’ll receive a…
-
unable to use cloudinary in production enve
i am developing via django framework, i am able to setup cloudinary to host images and static files however in all production environments i am not able to serve these files. when i use django-whitenoise it cancels the cloudinary configuration and so i end up using whitenoise to serve my files however this is not what i…
-
Unable to query my Product Environment
I'm using nodejs sdk, and I have this simple config in my project: cloudinary.config ({ cloud_name: "testname", api_key: "11223344556677", api_secret: "h64hsh6wh7whs", secure: true, analytics: false, hide_sensitive: true }) const result = await cloudinary.api .resources() .then(result=> console.log(result)); But I'm…
-
How to get random images from a folder
I am making something like a social media website, using cloudinary to store user avatars and other images when a user dont want to upload a profile pic, i want the default profile avatar to be choosen randomly from a folder in which i have uploaded some cool random avatars it is possible ? maybe a get request that will…
-
Request for continuation and replacement of plan credits
Hi, The credits I used have exceeded the $249 plan limit and now our account status is unavailable. If we apply for an upgrade to the $549 plan this month, can we change to the $249 or $99 plan next month? Also, seeing that our credits are mainly used for brandwidth, what are the ways we can reduce the amount of brandwidth…
-
"Private media assets" vs "Token-based authentication" What is the difference?
Hi there Thanks for reaching out. Im trying to upload my image/video as private to restrict access from guest, then i create an Url for that image/video with expired time for specific user (like for sombody logged in my system) I did that by using Providing time-limited access to private media assets. But i also hear about…
-
Upload from non-Express Node.js server
I have tried a bunch of different ways to upload images, successfully using the upload widget using signed and unsigned versions. I'm also able to upload an image not using the upload widget using a generated signature returned from our server. One thing I would like to figure out is a solution where I send an image to our…
-
Retrieve video dimensions via Node
Hey! I'm trying to retrieve the dimensions of a few videos I uploaded to my account through this function: const checkImageDimensions = async (imageUrl: string) => { try { await cloudinary.uploader.explicit( imageUrl, { type: 'fetch', resource_type: 'video' }, function (error: any, result: any) { if (error) {…
-
help
how to connect cloudnary cdn on my html website(for image optimization and make good permormance)?
-
Lazy async moderation / Retrigger moderation
I want to use Amazon Rekognition plugin in the following way: User uploads photo to Cloudinary and moves on using the site; Cloudinary lazily moderates the uploaded photo asynchronously; When finished, Cloudinary sends the results to a server endpoint via webhook; Server does further processing. But right now, if I use…
-
How to concat videos present in different folders?
Unable to concat videos present in two different folders . Sample URL (not working) :…
-
How do I find a list of all the tags I have created?
I'm trying to find where Cloudinary stores the list of tags I have created. I know how to make new ones, how to assign tags and how to remove them but I am trying to find where they are all 'kept' so I can either permanently delete them or amend them. Is it also possible to bulk-create tags? Thanks
-
Can cloudinary images work within power bi
I am adding the below code as a measure to d3.js cutom visual in power bi. however it is not giving me any image neither the script has errors. Can cloudinary images be displayed as visual in power bi. if yes, HOW? <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible"…
-
Image mockup automation for product graphics - Is this a thing?
Newbie question: Is there a way to use cloudinary to make mockups? I'm a visual artist and would like to automate the process of creating mockups of my art on various products and placed in different lifestyle settings. Here is an image of one of my paintings: And here is the painting in a photoshop mockup depicting it as…
-
Are credits charged for each request? How can I mitigate the cost?
Hello, First things first - thank you for such a lovely service and your help. These tools are taking my personal projs. to higher levels. Second - I'm wondering about how to mitigate credit usage in a Next.js app. I have a few images and a video uploaded to the CDN. In the Next app I am using your <CldImage/> and…
-
Blog Post: Automated Open Graph Images on Github Pages with Cloudinary
Cloudinary came through again! Turning a normally pretty tough task of auto-generating open graph images into just a string builder function. Thanks for the awesome tool guys. Blog Post
-
When To Contact Support
Cloudinary has several ways to get help. If you're not sure where to look for help, here's some advice on when to use our sites and services: 🔹 Documentation & Knowledge Base If you're looking for general information on using our products, our Getting Started guides, or know exactly what you need help with, the…