I am trying to upload an image to Cloudinary from my local address (localhost:3000). However, when I try upload an image to it, it is giving me this error: Acce
I have been building a Rails app with image uploads for user avatars and until now there were no problems. The app is hosted on Heroku and the service I am usin
I want users to upload either image or video to cloudinary via nodejs and save the public id and url to mongodb, I'm using the if condition, but it is not worki
I am using cloudinary to upload photos on my webpage. I have added a new function to the webpage ( facebook login) and now the cloudinary throw an error when I
I am using PyPDF2 to generate a PDF, and I would like to upload this PDF to Cloudinary, which accepts images as IO objects. The example from their docs: cloudin
I'm using cloudinary for image upload and storage. When I try to upload a simple JPG file, it gives me the following error: "PayloadTooLargeError: request entit
Here is cloudinary documentation page. http://cloudinary.com/documentation/upload_videos#uploading_from_server_side_code According to doc, video uploading like
Can any one tell me what is a the best way to convert a multipart file (org.springframework.web.multipart.MultipartFile) to File (java.io.File) ? In my spring