-
Help Us Shape the Future of the Cloudinary Javascript SDK
Big news for all JavaScript developers: We’ve posted an RFC for the JavaScript SDK on our GitHub repository. This RFC is a key step in improving the developer experience, and we're actively seeking feedback from our community. What's The Goal? Version 2 of the JavaScript URL Gen SDK improved performance and error handling…
-
Getting an error during image Upload since 12 Hours using nodejs SDK
Hello , I have not changed anything from my end however, there is an issue during upload: { message: 'General Error', name: 'Error', http_code: 500 } On further investigation, it seems that there is an issue at cloudinary's end Please help. Cloud name: tools cloudinary.uploader .unsigned_upload(article.image,…
-
Export Configuration Issue with Cloudinary Media Editor
I am experiencing an issue with the export configuration in the Cloudinary Media Editor. I followed the documentation and included the download and share settings in my export configuration, but they don’t seem to take effect as expected. Despite setting download: false and share: false, the Media Editor interface still…
-
Is the l_radialize layer effect generally available?
We are developing an imprint store. We will have imprinted items such as the coffee mug as shown in your examples. But at this time the l_radialize effect does not seem available and cannot apply the wrapping effect of an image on the mug.
-
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…