-
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,…
-
[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…
-
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…
-
Pdf problem
I have a folder that contains many subfolders. Each subfolder contains images and PDFs. I created a preset_img that converts all image types to JPG and a preset_pdf that doesn't modify anything. When I manually upload the folders, the PDFs are being converted using preset_img. The resource type is detected as "image" even…
-
Unable to upload file to cloudinary from my backend application
I am building a node.js application using Express in my window system and when I try to upload a file from my server to Cloudinary I get this error Please help me to figure out this error…
-
Making a document type like raw link not auto download
As a backend developer using nodejs and express, I want to make sure that the link generated from cloudinary for document should be a view link instead of an auto download, how do I do this, I already added the attachment like this flags: 'attachment:false',
-
cloudinary api is not working in development
as i was implementing the cloudinary. follwowing the documentation provided by the cloudinary am getting 500 interanlserver errror?,few minute ago it was perfectly working fine. 2nd Query so cloudinary has a default Home folder. if i create another folder why does it automatically be subfolder of Home? how can i make my…
-
How can I check for existence of an uploaded file
Essentially I am using hash based system and before a file is uploaded, I want to check whether it exists based on the hash - which is set as the filename. I am using NodeJS and I have the following options, use_filename: true, unique_filename: false, filename_override: hashed_name. Basically, I want to check for the…
-
Cloudinary image upload error
I am making the project where i am using cloudinary for image upload. But there is some problem with it, whenever i try to upload the image through my project, it shows me the error:- Error during image upload to Cloudinary: { error: { message: 'Request Timeout', http_code: 499, name: 'TimeoutError' } } Earlier, this issue…
-
Transformation : Blur doesn't work, everytime time out by Make
Hi, I have a problem with Cloudinary, i can't transform my vidéo with any kind of blur, all my request are timeout by Make (Integromat). Someone know what is going on or have a solution for that ?
-
How can i adjust which folder my images upload to in nextjs using CldUploadButton
I'm Stumped with the nextjs docs. i know how to do this with react/express using multers and node, but is there a way to just use the next component to adjust to a dynamic folder so i can have users upload to a folder with their id as the folder name? I have an unsigned upload preset which uploads to a root folder called…
-
How to get private image using public id with Admin API?
Hello, I am using signed uploads, which means my backend generates parameters, including a public id, and a signed signature for the frontend to use to upload an image. Some of the images that are uploaded have type = private. On my backend, I query Cloudinary for the images that the backend has generated a signature for…
-
signed video upload in rust returns "Invalid Signature"
I tried uploading a video to a Rust backend using Signed Upload. However, creating a signed upload using the API according to this documentation keeps returning an error saying "Invalid Signature". I suspected it might be a hashing problem and tried it in another language using the same logic as in my Rust code. The…
-
NextJS 14 Image upload with Server actions.
Hi there folks.I've had some struggle with getting my code working in NextJS with Server actions and TypeScript. Now that I solved it. I would like to share my code in case somebody else stumbled upon the same problem. Lets first start with the page.tsx. I use Shadcn for my forms and custom hooks for passing some props to…
-
Where can I find images that were rejected by AWS Rekognition AI Moderation?
According to the Automatic image moderation flow documentation, rejected images are available for restoration: A rejected image does not appear in your media library, but is backed up, consuming storage, so that it can be restored if necessary. I have uploaded an image that got rejected by AWS Rekognition but I cannot find…