-
Is there any way I can clean out dirt off driveway in picture using generative ai?
I've been using cloudinary to change the colours in photos for clients for before & after pictures but I cannot figure out a way to clean the dirt off a pathway so that I can get a similar result. Can anyone help?
-
i want to remove c_scale from the Image URL
Here is an example of the image url https://res.cloudinary.com/dy4kpnhxq/images/c_scale,w_600,h_305,dpr_0.8999999761581421/f_auto,q_auto:best/v1702935113/MXCSOY108_Christmas-Wreath_9x16_01-1/MXCSOY108_Christmas-Wreath_9x16_01-1.jpg?_i=AA In it, as you can see there is c_scale, I want to remove that from the URL of the…
-
New DevJams Podcast with Google's Adam Argyle
Hey everybody! We have just launched the latest DevJams podcast episode, which features Adam Argyle - Chrome CSS Developer Advocate at Google. You can watch the episode on YouTube, Spotify and the Cloudinary Academy. Please be sure to Like 👍 and Subscribe 🔔, as it helps us to know which episodes are the most helpful and to…
-
Received the following m "... cloudinary_status, is late to run..."on my Site Health dashboard
Hi, I recently deleted the Cloudinary plugin on my Wordpress site. I just noticed the following message on my Site Health dashboard: "The scheduled event, cloudinary_status, is late to run. Your site still works, but this may indicate that scheduling posts or automated updates may not work as intended." Is there still a…
-
Is there any parameter in upload api that stops eager transformations on uploaded preset images?
The current senario is that 4 eager named transformation is set in upload presets option in setting. Whenever any image is uploaded it produces 4 derived images based on eager transformations. I want to know is there any parameter in upload api that can stop these eager transformations after preset image is uploaded.
-
cloudinary.url() with crop doesn't return sized image
const sizedUrl = cloudinary.url( file_name , { transformation: [ {width: 96, crop: "scale"}, {quality: "auto"}, {fetch_format: "auto"} ] } ); Returns the url, http://res.cloudinary.com/XXXXXX/image/upload/v1/file_name but the file size is just the original file size, why? Also option {secure: true} doesn't return https but…
-
Why my account disabled.
-
¿Como automatizar el proceso de URL?
Hola, tengo un proyecto en Thunkbale y quiero automatizar la obtención de la liga URL en cloudinary y que se pegue automaticamente en Airtable
-
provider-upload-cloudinary: Why am i getting this error while media library upload
I am trying to upload webm file to my strapi project and i am getting the following error: image 1660×496 71.8 KB my plugins.js file is set to default configuration that is: upload is happening via @strapi/provider-upload-cloudinary which is of version 4.10.1 How can i control the allowed media types.
-
Upload Text Trouble - Custom Font
I'm trying to upload a text on a blank canvas to obtain it's height and width. The text uses a custom font that I've uploaded using the media library. The problem arises whenever I make the request on Postman I receive an image that looks like a default font. I'm assuming the width and height are also not correct either.…
-
AI-Powered Outpainting
I'm new to this site and trying out stuff that's touted on the blog at: But when I try it on my own image, I get an error: This is the URL I'm trying to generate an image with: https://res.cloudinary.com/droufgzos/image/upload/b_gen_fill,c_mpad,h_1000,w_1000/1591256109847_3_slaszy.jpg Clicking on Contact support sends me…
-
cURL error 60: SSL certificate problem: self-signed certificate in certificate chain
Hi, I need help to solve a problem I have with cloudinary in laravel 10. When I try to upload an image, I get this error: cURL error 60: SSL certificate problem: self-signed certificate in certificate chain. Does anyone know how to fix this error or what causes it? I appreciate any suggestion or explanation.
-
Getting a cloudinary video to play in a 3rd party video player
I'm trying to get videos from our cloudinary library to play in a video player in a React Native Expo app. I can't find a link that would work in a 3rd party player and was wondering if that was even possible. If not, I would like to know if anyone has successfully set up the Cloudinary video player in an Expo app. Thanks…
-
Face Coordinates / Gravity for not faces
I'm searching through all of the resources, but haven't came across this yet, so here I am. What I'm doing specifically is - I have images that I'd like to add a "starburst / shine" to. The location of where I'd like to add this is "at the highest point on the thing". Kind of like "on the face" but in this case, it's not a…
-
I am getting spam traffic from Bytespider browser, is there a way to block?
Hi there, Since last month my account run out of credits all a sudden and it was due to massive load of requests that used up 4GB of traffic in a day! I suspect it is some bot and the delivery report showed 80% are comming from browser Bytespider. I am on a free plan and is there any settings I can stop them getting my…
-
My style.css file is not charging in my project
Hi, I've been working in a project for the last month and everything was working properly before this morning. I have some images and my static files stored in cloudinary and after making a little change in my css file, it doesn't charge anymore and now I receive a 404 message when loading my project.
-
Fetch url images sometimes don't embed
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…
-
My URLs are returned in the HTTP instead of HTTPS.
Hello, I am a beginner developer and I have been very happy with cloudinary for my asp.net core web api image upload, but the upload result returns a http url instead of https even after setting my params up like so var account = new Account( cloudinarySettings.CloudName, cloudinarySettings.ApiKey,…
-
Does q_auto create multiple files like f_auto does?
I want to clarify my transformation expenditure when using q_auto. As far as I understand, f_auto creates four different formats of the asset to be served depending on the compatibility of the end-user browser client. I also understand that q_auto analyses each individual asset to determine the optimal delivery quality.…
-
Custom Font Getting Cropped Weirdly
I'm trying to implement a custom font on the transformation URL API but whenever I try using it it looks like it gets cropped weirdly. Here's a transformation URL to showcase what happens when I try the name Sam:
-
Overlay vs underlay in URL generation API
HI, I have two separate transforms. First, overlay: const t1 = new Transformation() .overlay( source(image('some-id')) .position( new Position() .gravity(compass('north_west')) .offsetX(100) .offsetY(200), ) ) .addFlag('layer_apply') Second, underlay: const t2 = new Transformation() .underlay( source(image('some-id'))…
-
Uploading Files with Incoming Transformations in Postman
I've duplicated the Postman collection and now I'm trying to upload images with the q_auto transformation like this - (with a file selected obviously) No matter what I set the quality too though, I always get a "file size too large" error, showing the same file size for the uploaded file. I can't figure out whether that's…
-
Issue with expression?
So I'm making a web app utilizing cloudinary. I have it all set up with mongo as well. when i create an album it'll actually create a new folder in my Cloudinary library and whichever images I upload properly uploads to the library in the correct folder. My issue is actually displaying the album with the images. I logged…
-
I am facing issue while accessing an image with my react code using <tag.json> method
https://res.cloudinary.com/drwxjbeid/image/list/tag.json Here my tag to the image attached is 'tag'. My question is do we need to provide any account level permission to perform this activity? I have tried by fetching details via postman by GET method it is giving response as '401 unauthorized' Thanks, Sez
-
Eager transformations for existing image
I have two related use-cases pertaining to image upload and transformations. First: upload an image and include an eager transformation. I will end up with two images, the original image and the transformed image. Some time later... Second: generate a replacement for the eager transformation, without having to re-upload…
-
I have a weird error
at the beginning everything worked very well and then I found this error although I didn't change anything in the code : Success:{statusCode: 400, message: "Cannot read properties of undefined (reading 'v2')"}message: "Cannot read properties of undefined (reading 'v2')"statusCode: 400[[Prototype]]: Object can i help me…
-
Why do some files get uploaded while others say "Could not decode base54"?
I have worked with Cloudinary's API for a few years so I'm basically doing the same thing I've always done, but I'm encountering this new issue. I uploaded avif, jpegs, etc and everything worked fine. Then I tried to upload a png which was created from a screenshot on my Macbook. It kept saying Bad Request 400 Could not…
-
Images not found
Hi, I'm a student and I'm facing some difficulties, the images from my Django project do not appear in Cloudinary, consequently, they do not open on the server, it was not found. What can it be? How to solve?
-
image not found error come when i try to update tiltle and discription field only
i got this error : error in blog post: { message: 'Resource not found - https://res.cloudinary.com/drv2gu8b9/image/upload/v1700847934/blog-mern-app/kzg1lxdqfnt2asls0mgq.jpg', name: 'Error', http_code: 404 } this is my create post controller: const createPostController = async (req, res) => { try { const { title,…
-
Shear API and background colour
I want to use the shear effect on images. First, I resize and pad a source image, specifying a black background for the padded area. It ends up with a letterbox effect, which is exactly what I want. Second, I apply a shear like (30, 0). In the resulting image, where the pixels have been moved along their axis, that area is…
-
URL generation API, server-side rendering, and hydration problems
I am using url-gen to generate image URLs in a Remix application, although I imagine this would be the same issue with any server-side rendering framework. Basically, I get hydration errors when I generate URLs due to a mismatch in client vs server rendering. For example, server renders something like this:…
-
Need help uploading nextjs prisma please?
I have no idea how to do it, I don't understand anything in the doc
-
How can I rename a transformed asset?
How can I rename a transformed asset?
-
I am getting request timeout error even for 6kb image while uploading on cloudinary . Here is my cod
multer.js import DatauriParser from 'datauri/parser.js'; import path from 'path'; const storage = multer.memoryStorage(); const multerUploads = multer({ storage }).single("file"); const dUri = new DatauriParser(); const dataUri = req => dUri.format(path.extname(req.file.originalname).toString(), req.file.buffer); export…
-
I cannot upload images on cloudinary using node js and postman and my credentials are also correct
{ url: undefined, asset_id: undefined, public_id: undefined } this is what i get
-
api_key, api_secret
Hello, Where can I find my cloudinary api_key and api_secret?
-
How to get Embedded Metadata (EXIF) from an image?
I want to get all image from a folder using: const photoList = await cloudinary.v2.api.resources( { type: "upload", prefix: "<FOLDER_NAME>", metadata: true, }, function (error, result) { console.log(result, error); }, ); I can see the EXIF data from my images in the DAM and I need the DateTimeOriginal from the image's…
-
Can I purchase an Advanced Plan and then in addition buy more storage space?
Hi, I was looking through the price table and I think that Advance Plan is the one which suits me the best, but I might need more than 250GB storage since I plan to store educational content (e.g., courses) which are mostly in video format (anywhere from 5 to 15 min in 1080 resolution; around 10-15 hours per course) What…
-
APIs : cloudinary.uploader().updateMetadata & cloudinary.api().update not working !
Hello dears ! I'm using Java SDK and facing issues with the mentioned APIs and get stuck : 1- uploader().dateMetadata : the callApi behind this method returns 404 error and looks like the not found html content is returned then updateMetadata end up with this exception Invalid JSON response from server A JSONObject text…
-
Local dev environment
Is there a Docker image providing the Cloudinary API that I could use for local development in a project that uses Cloudinary? How should I set up a dev environment for the service?