Category "cloudinary"

How can I fix : Request header field x-access-token is not allowed by Access-Control-Allow-Headers in preflight response?

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

ActiveStorage::IntegrityError (Must supply api_key)

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

How do i upload either image or video to cloudinary using nodejs?

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

cloudinary error: must supply api-key - /node_modules/cloudinary/lib/utils.js:982

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

How do you pass a generated PDF to an API as an IO stream without writing it to disk?

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

cloudinary file too large

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

NodeJS Cloudinary Upload Video

Here is cloudinary documentation page. http://cloudinary.com/documentation/upload_videos#uploading_from_server_side_code According to doc, video uploading like

How to convert a multipart file to File?

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