SpartanJ / ImgurViewer

ImgurViewer is a little image viewer to open image links from external applications in the fastest way possible.
108 stars 7 forks source link

Can't download images at all #68

Closed devlman127 closed 11 months ago

devlman127 commented 1 year ago

I can view images just fine, but I'm unable to download anything as it says I lack the required permissions. I can download just fine with other apps, and I don't see a download files permission anywhere.

SpartanJ commented 1 year ago

Are you using Android 13, right?

devlman127 commented 1 year ago

Yup Saw you had issues with android 13 in the issues tab but mine was working fine before I reinstalled it, maybe because I first installed this while still in android 12

OkyDooky commented 11 months ago

Same issue here. LineageOS 20 (Android 13). I think Android might have removed permissions because I hadn't used the app in a while, but I see no way to restore them.

brian6932 commented 11 months ago

Android 12 and above (SDK 30) no longer accepts requestLegacyExternalStorage, it requires scoped storage, so ImgurViewer for example, would have to set a dir for WRITE_EXTERNAL_STORAGE

OkyDooky commented 11 months ago

Thanks for being right on top of it! It seems to be fixed on my end.