You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
cloudinary.uploader().upload(imageFile) {
params {
uploadPreset = "sample_preset"
}
options {
unsigned = true
}
}
The text was updated successfully, but these errors were encountered: