Open mariomanhique opened 6 months ago
Hi @mariomanhique can you please try importing Cloudianry this way? import com.cloudinary.*;
this imports all classes and interfaces in the com.cloudinary package, not just Cloudianry
.
If that didn't help - would you mind sharing a code snippet that we can run locally, similar to how it would be executed on a platform like JSFiddle?
Thanks, Tamara
cloudinary.uploader().upload(imageFile) { params { uploadPreset = "sample_preset" } options { unsigned = true } }