-
Console returning error in Next Cloudinary using video
Hi, I use nextjs and installed next-cloudinary. But in the console it returns two errors in localhost and in production. Does anyone know why these errors, I'm using the same codes as the examples Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'css') at e.setupThumbnailElement…
-
[Invalid value v16XXXX for parameter type] - How to access private media .m3u8 with token
I am trying to access private media https://res.cloudinary.com/demo/…/Cloudinary_Car.m3u8 with token: below example https://res.cloudinary.com/demo/video/upload/sp_auto/pg_2/v1656585800//Cloudinary_Car.m3u8?cld_token=exp=1733355248~acl=*~hmac=XXXXXX But getting 401 unauthorized error Error : Invalid value v1656585800 for…
-
error:Must supply Api
I have a phase a error when i hit the image upload button my cloudniary connection is a proper statblish i cant identify error in the code i need your favour how can i fix the error and can give me any alternative to check the testing process my connection . I hope u understand my problems and you will be find the…
-
Enabling Auto-Generate All Pages for PDF and TIFF with Unsigned Upload Preset for unsigned
Hi, I’m using an unsigned Upload Preset for my uploads, and I’d like to enable the automatic generation of multiple pages for my PDF and TIFF files. Currently, only the first page (pg_1) is being generated and accessible for querying, while the remaining pages are not. Could you please guide me on how to enable the…
-
Signature no longer valid, out of the blue.
I had been testing a video-upload feature using the Cloudinary API for about 2-3 hours and took a break to make something to eat. Now the uploads on my devices are returning a 401 "Invalid Signature" error. I haven't touched the backend which fetches my valid signature and returns it to the client, and checking the…
-
{"error":{"message":"Upload preset must be specified when using unsigned upload"}}
"I am attempting to upload a file using multipart/form-data, but I keep encountering the error: 'Upload preset must be specified.' Despite this, the request body does include the upload_preset. I've double-checked, and the field appears to be correctly set, yet the error persists. What could be causing this issue?" The…
-
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…