-
Adding an effect bumps up the image size past the allowed size
I have an image that is 7.66 MB. If I go in to quick edit and attempt the following transformation: e_shadow,x_10,y_10/q_auto/f_auto I get an error 'Maximum image size is 25 Megapixels. Requested 53.7 Megapixels'. I would not have expected a show effect to bump up the image size. Are there any workarounds, bearing in mind…
-
Generating Download URL Returning 404
When generating a download URL using utils.private_download_url(publicId, format, options) the method returns 200 with a seemingly correct URL string. However, when trying access the string in the browser or pass it as a link in my react application I get a 404 "resource not found". What could be causing this? I've looked…
-
Can't connect to cloudinary api
I'm getting timeout errors when trying to connect to cloudinary api to upload images. This is one of the errors: Error: connect ETIMEDOUT 34.200.85.232:443 at createConnectionError (node:net:1634:14) at Timeout.internalConnectMultipleTimeout (node:net:1685:38) at listOnTimeout (node:internal/timers:575:11) at processTimers…
-
"Could not decode base64" error when I try to upload
I am having trouble uploading to my cloud via base64 encoded image. Here is the encoded string: https://ctxt.io/2/AACw8dghFQ My code is: const base64Url = changedDesktopPortrait.valueOf() as string; const base64Data = base64Url.replace(/(\r\n|\n|\r)/gm, ""); const desktopRes = cloudinary.uploader .upload_large(base64Data,…
-
School Plan
Cloudinary support do not reach any of my request. I'm trying to contact them in the last 5 hours but they keep on closing my request as "solved" but do not reach out. does someone know about a plan for students project? I used Cloudinary in a project that I need to submit in a few days, and they disable my account with…
-
Does anyone have a simple Cloudinary Android uploader app?
A couple of years ago, I installed a very simple Cloudinary app, which allowed me to upload photos to Cloudinary using the Share button. I've just upgraded to a new phone and I have no idea where the app was from! I have asked Cloudinary tech support, and they're saying it's a 3rd party app, like this uploader. I thought…
-
Cannot figure out why the image is not deleting
I'm trying to delete an image using the Nodejs SDK. const result = await cloudinary.uploader.destroy(profile.id); But it returns a result of 'not_found' even though I'm specifying the correct public id As you can see in the pics above, the id of the resource in the media lib matches what is in the console (profile.id =…
-
Loopback4 example to load files
Do you have a Loopback4 example to load files in a POST endpoint ?
-
PHP SDK: JPEG XL delivery format
Hi, Are there plans to add JPEG XL as a delivery format with the PHP SDK and any timeline on that if there are? Unless it already is, although attempts to use 'jxl' are just throwing errors and I can't see anything JPEG XL like in ImageFormatInterface.php
-
Deleting empty folders across 23000 folders
I have my assets grouped 9 per asset folder and some 23,000 asset folders. I want to delete any asset folder which contains no assets. I have developed a purge utility which recursively traverses the asset folders and does what I need. HOWEVER when I run this in my production environment it hit the 5000 calls/h limit once…
-
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…
-
Is there a way to customize the background color of the Product Gallery widget?
After reading the api reference for the widget, it doesn't seem like there is an option, but I wanted to check since some other widgets do in fact have that option.
-
search API subfolder
Hi! I am new to Cloudinary so bear with me... Right now the following code grabs all of my Cloudinary media, but I just need assets from a folder/subfolder. How can I specifically grab assets within a particular folder using the Cloudinary search API? Thanks! const results = (await cloudinary.v2.search…
-
Unable to upload long base64 url via API
Hi Community! I'm unable to Upload my long base64 url via API. How can I do so? I even URL escaped it, but nothing Changed.
-
Settings page is not opened
Hello! I can't open my settings - the page is always loading and no content is rendered. I see the error in console (find a screenshot attached). How can I fix it or is it a bug on Cloudinary side?
-
How do I get metadata ( width and height) of a cloudinary resource in Django
I'm using cloudinaryfield to upload images and videos in my app. I need a way to get the width abd height of the images abd videos uploaded. I can't find any attribute on CloudinaryResource class that can help. And calling the api for the metadata makes my server slow and I get rate limited. Does cloudinaryfield store the…
-
Cloudinary user invitation problem
Greetings 👋, I attempted to send an invitation to a new user with the Technical Admin role for my account. Although the system indicates that the invitation has been sent, the invitee has not received any email in their account, and it is not found in their spam folder. I resend the invitation, but the issue persists. I…
-
Enhance Photos
Hi, I am new to Cloudinary. I am having trouble locating the option to edit and enhance my images. I only use this program to store images for the "image address" option merely for my website and back-end software, Dubsado. I understand that I was in a trial period, but how can I get that feature back? I don't see a…
-
How can I rename folders?
We don't use dynamic folders. Is there any other way to rename folders other than downloading all assets and reuploading them to the newly created folder?
-
Subject: Urgent Assistance Needed - Cloudinary Account Disabled, Media Access Critical
Dear Cloudinary Support Team, I hope this message finds you well. My name is Guney, and I am writing on behalf of kirklareligazetesi.com.tr. We are currently facing a critical issue with our Cloudinary accounts, and I urgently seek your assistance to resolve this matter. Our Cloudinary account with the username "[REDACTED…
-
how to upload png with transparent background to cloudinary
I am trying to upload a png image with transparent background to cloudinary using nodejs application The image is in png format i.e. logo.png. I am using multer to get the image convert into buffer before uploading the image. But when I upload the image the transparent background changes to a white background. The response…
-
Strapi - Cloudinary image upload, Request Timeout error
When i Use Cloudinary with Strapi (using @strapi/provider-upload-cloudinary version 4.16.2 and Strapi v4.16.2 and Node 20.9.0 ) I am not able to upload Images. I get a Request Timeout error. I tried playing with the timeout parameter on my side but it doesn't help. I get http: POST /upload (5478 ms) 500 status (similar…
-
I am making a shopping site(only for development), for which I have to add all images into cloud.
Can I do this using clodinary in free? I can not beleive social sites anymore that's why I am asking here.
-
Problem uploading files, Timeout and Callback is not a function
Hello Everyone, I've been using Cloudinary for some times now, and up until yesterday everything was perfectly smooth and running. However this morning i tried to upload an image ( working on loading state) and i've seen that it wasn't working anymore. At first i had a 499 Error timeout, and after looking on internet i've…
-
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…
-
Learn How to Build a Dynamic Conference Badge Generator with Cloudinary
Hey everybody! We have a DevJams live stream this Friday! You can watch on LinkedIn and YouTube. Join us in this episode as we chat with Amy Dutton about her incredible project - a dynamic badge generator for the RedwoodJS Conference. Amy shares her story into tech, her current role in the RedwoodJS core team, and the…
-
How to delete a image?
https://res.cloudinary.com/dc2z2c3u8/image/upload/v1704056782/uploaded-images/Screenshot%202023-12-31%20at%205.39.20%20PM.png.png I need to delete this image cloudinary.uploader.destroy( `image/upload/v1704056782/uploaded-images/Screenshot%202023-12-31%20at%205.39.20%20PM.png.png`, { invalidate: true, resource_type:…
-
ActiveStorage: use public url?
I'm using Cloudinary as an ActiveStorage store for ActionText in Rails 6.1, cloudinary gem v1.28. Instead of the local signed URL I'd like to have it use the direct URL to Cloudinary. In the ActiveStorage documentation, there is the concept of setting a public flag in storage.yml: cloudinary: service: Cloudinary public:…
-
Deprecation Error messages
C:\xampp\htdocs\project\config\cloudinary\vendor\cloudinary\cloudinary_php\src\Cloudinary.php on line 674 [28-Dec-2023 16:28:32 Asia/Kolkata] PHP Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in…
-
the default value of Timeout of Cloudinary's UploadAPI
I am designing a PGM that sends images to Cloudinary using Pythone SDKS. And I am designing a retry to handle errors, but the client is asking for a basis for the number of retries and retry time. So I would like to know the default value of Timeout of Cloudinary's UploadAPI as a reference value.
-
Fetch URL overlay fails on some gifs
Exactly as the question title states, I'm having difficulty with certain gifs simply refusing to embed. I'm using the URL method to produce transformations using f_auto (print…
-
How do I improve the upload speed of videos/large files to cloudinary?
Hi, Ive written the function below to allow users of my website to upload videos to cloudinary. Whilst the function works, it is extremely slow. Its not my internet connection, as I've got 50mbps up and to upload a 30MB file its taking 30-40 seconds. My users will be uploading video files of about 400-500MBs, so this speed…
-
Watermark Video Overlay not working
"https://res.cloudinary.com/dn8sizuse/video/upload/l_cloudinary_icon_image,y_10,x_10,o_50/y3cwtqbwcweqitcmfajv.mp4" Not sure what I am doing wrong? cloudinary_icon_image exists and is a real public id of the cloudinary watermark. Im copying this directly from the documentation and it says 400 always. Any ideas would be…
-
Cloudinary gallary widget zoom popup and transformation question
Hello all, I use the gallary widget with a crop:fill transformation on all assets and an aspect ratio of 4:3 and am happy with my results. I would like to also make use of the zoom popup feature but am running into the following issues: the Crop:Fill is trying to very aggressively crop 16:9 images to fill mobile device…
-
405 Cloudinary ONLY on production using Vercel - Nextjs
Please help, 2 weeks stuck. So far no answers works, no AI, nobody, no workaround, I have no idea where to look anymore. Uploading images on development works perfect, on production 405. Add headers, take headers, change CORS, use Axios, change to fetch, clear cache, downgrade Nextjs, try different npm's etc... No idea on…
-
Inquiry Regarding Copyright, Notices, and Licensing for My GitHub Project
I am a Cloudinary user and currently working on a project that involves uploading content to GitHub and utilizing Cloudinary services. As I review the Terms of Use, I have a few questions regarding copyright, notices, licensing, and any specific conditions that may apply when sharing my project on GitHub. Copyright and…
-
Toggle status of API Access Keys
I have an API that is used by multiple sites to upload. I want to disable their ability to upload for few minutes while I perform some updates. Can I safely toggle the Active Status of API and then enable it again after some time to stop them uploading images or I will need to change API key once I enable it again.
-
Get History of an asset
I am looking to obtain history of assets via API where I can show when it was created and when it was modified over time. The assets are being replaced via API so need to know when these are being replaced or how many times. Is that possible via API.
-
Auto Upload only for images?
I have been successfully using Auto Upload to pull in images. I'm now moving towards non-image files (.csv and .pptx files) and it seems not to work at all - I request the URL and Cloudinary doesn't load them in. Does this only work for Images? Thanks Mark