cloudinary_android
cloudinary_android copied to clipboard
Android client for integrating with Cloudinary
When the size of the uploading file is bigger then `chunk_size` option I'm getting the following error ``` java.lang.RuntimeException: General Error at com.cloudinary.android.UploaderStrategy.callApi(UploaderStrategy.java:145) at com.cloudinary.Uploader.callApi(Uploader.java:34) at com.cloudinary.Uploader.uploadLargeParts(Uploader.java:218) at com.cloudinary.Uploader.uploadLarge(Uploader.java:149) at...
## Describe the bug in a sentence or two. I get an `java.lang.ClassCastException: com.cloudinary.Transformation cannot be cast to java.lang.String` error when attempting a transformation: `val transformation = Transformation().width(1280).crop("scale")` ## Issue...
Hacktoberfest is here! And we’re excited to invite you to explore and contribute to our Cloudinary SDKs on GitHub! Whether you’re a seasoned contributor or new to Open Source, this...
## Bug report for Cloudinary Android SDK com.cloudinary:cloudinary-android-download:2.8.0 depends on facebook fresco 2.6.0 (com.facebook.fresco:fresco:2.6.0), which uses bad version of SoLoader. 0.10.1 ## Describe the bug in a sentence or two....