keystonejs / keystone-classic

Node.js CMS and web app framework
http://v4.keystonejs.com
MIT License
14.65k stars 2.21k forks source link

Cloudinary image upload not working #4939

Closed HelgaSokolova closed 5 years ago

HelgaSokolova commented 5 years ago

Hello

I'm using the latest version of Keystone - v4.1.1 and I'm not able to find any documentation for uploading Cloudinary image through api. I just use multipart form data to upload image file but it doesn't work without returning any error. It just ends with timeout error.

It would be great if I get any sample code.

autoboxer commented 5 years ago

@HelgaSokolova, could you please post some code, or give more details about what you're doing that's leading to this issue?

HelgaSokolova commented 5 years ago

Oh, I've figured out the reason already, I was trying to upload the file larger than 10MB that is limit size of standard Cloudinary account.