Ziggeo / android-sdk-demo

Ziggeo's Android Client SDK 2.0
Apache License 2.0
8 stars 5 forks source link

Use on Android 11 without external file storage access #40

Closed Fi-Taka closed 6 months ago

Fi-Taka commented 1 year ago

Is it possible to use this SDK on Android 11, where access for READ_EXTERNAL_STORAGE is not permitted? I have not been able to get things working thus far on v2.5.7:

Is there anything more I can do here? Would it be possible to have ziggeo.videos().create accept java.io.InputStream?

smihir94 commented 1 year ago

@Fi-Taka are you able to find any workaround for this?

smihir94 commented 1 year ago

@Fi-Taka implementation 'com.ziggeo:android-sdk:2.6.20' fixed this issue for me.