Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Öffnen Sie
mariomanhique opened this issue May 16, 2024 · 1 comment

Kommentare

@mariomanhique
Copy link

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

Screenshot 2024-05-16 at 8 46 52 AM
@tamaracloudinary
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants