python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Cannot convert value of type 'Model' to expected argument type 'Data'
I'm trying to set up a function to capture the response from an API request and map it to a Model once the result hits.
I'm getting this error on the "data" in the "let "cloudinary...

John Gerard
Votes: 0
Answers: 0
Cloudinary, newly uploaded pictures replacing the last as have the same name?
I am having issues where when I upload a file to cloudinary it is getting the filename 'new' that I have given like below;
const storage = new CloudinaryStorage({
cloudinary: Cloudinary,
param...
Paul
Votes: 0
Answers: 2
Axios post blocked by CORS. Using CLoudinary api
I am trying to do a post request with axios to upload a image to cloudinary from my frontend React app. I am getting this error from the axios code below:
http://localhost:3000 has been blocked by CO...
dotaplayer
Votes: 0
Answers: 1
Missing required parameter - file Cloudinary \Error
first time trying to upload images to Cloudinary and I have come across an issue Missing required parameter- file
In this way I'm Configuring my cloudinary
//Configuring Cloudinary
cloudinary.config({...
divyanshu_31
Votes: 0
Answers: 0