-
the transformation fails before the 25mb limit?
I am attempting to upscale an image, but the process fails even though it’s within the 25 MB limit. I reviewed the documentation, which mentions a 25-megapixel limit for image transformations on the free plan. However, I am uncertain if the 25-megapixel limit is calculated differently, as I haven’t been able to pinpoint…
-
[Wordpress plugin] Some videos don't sync
Hello everyone, I have a wordpress website that uses Cloudinary plugin to upload media files. I see that some videos don't sync and I don't know why. If I move the mouse on the error icon it says missing header/body separator . I didn't undestand why it happens only for few medias and I don't know how to investigate the…
-
permission to access metadata!
I get this error in my server side code; appreciate any help! Error fetching image metadata: Error: An error occurred in the Server Components render. The specific message is omitted in production builds to avoid leaking sensitive details. A digest property is included on this error instance which may provide additional…
-
Request timeout
hey i am getting a request timeout httpcode 499 error whil uploading a 789kb file help me
-
I want to create a video from the images in my FTP.
I am using php and wordpress. I have created a custom plugin for this. I can access the class now by changing the name of the namespace from Cloudinary to Cloudinarysdk. But I am getting error now on the class name as ClassUtils. Fatal error: Uncaught Error: Class "Cloudinarysdk\ClassUtils" not found in…
-
How am I supposed to use a webhook notification with the notification_type: restore_asset_version?
When you restore an old asset version the url for that image/file changes (only the version number changes), but the webhook notification does not contain the url or the version number so I'm not sure how I'm supposed to use the restore_asset_version webhook notification to update anything on my end. Am I supposed to do an…
-
Does transformation require a base image?
Do you have to create a base image on which to apply a transformation, or can you program Cloudinary to create a base image to start the transformation? For example, I need to transform solid color background 1080x1080. I would like to program Cloudinary to create that image on which to build the transformations, rather…
-
pdf not opening
I integrated cloudinary on my website i am making, in which i upload pdfs and access them. when i open the pdf link it says failed to load pdf document.
-
PDF Accessing issue
After checking the option for access of pdf/zip, the ones which have been uploaded by me in Cloudinary are opening only for a short time. also, it's just opening in the same browser. I have tried in incognito and on other devices, and it throws an error.
-
Color issue when uploading as a unsigned preset mode using fetch
This is the result on an image that is saved on my local drive but when uploaded to cloudinary the color drastically changes (shown below). We tried manual uploading the image on the media explorer and it worked properly but uploading as a unsigned preset mode using fetch seems to be causing the color issue.
-
Blur number plates
Hi, If I have an image of a vechile say a car, is it possible to blur its number plates. I have been through the documentation of the OCR add-on. But in that you need to identify the location of the plate and give the transform parameters to blur it. But what I am looking for is an automated one. Like if I have a batch of…
-
accessing pdf files
Hi, im new to the use of cloudinary. so im using it for my nextjs 14 website that is able to handle basic crud operations. im facing a problem where i cant access the pdf file and it says Error Failed to load PDF document. in the url of the saved file. ive already tick the box that allows me to upload pdf and zip file. why…
-
aws_rek is rejecting my assets, no matter what.
I have been trying everything. Got categories from cloudrinary documentaion, got from AWS, set them to ignore, set them to 0.99 - nothing worked. The whole thing started because I wanted to limit explicit nudity and allow bikini and suggestive stuff. Map<String, Object> options = new HashMap<>(); options.put("folder",…
-
What does the error means: "live in upload is currently deprecated"
I got this error using either REST API or Nodejs SDK, but cann't find explanations on any document😭
-
success in deleting but...
I recently made an API with Cloudinary and NodeJS, of course, this API has the function to delete images, but when I went to test it, there was always a problem. The API returns 200, it seems like everything is perfect, but if I go to Cloudinary, it didn't delete anything. In fact, the image is still there. Could someone…