cloudinary / cloudinary_kotlin

Cloudinary Kotlin SDK library
MIT License
10 stars 5 forks source link

The Ckoudinary Kotlin SDK does not have resolve the uploader() method to upload images as shown on the documentation! #100

Open mariomanhique opened 4 months ago

mariomanhique commented 4 months ago

cloudinary.uploader().upload(imageFile) { params { uploadPreset = "sample_preset" } options { unsigned = true } }

Screenshot 2024-05-16 at 8 46 52 AM
tamaracloudinary commented 4 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