yausername / youtubedl-android

youtube-dl for android
GNU General Public License v3.0
1.01k stars 182 forks source link

download archive no longer working on Android 12 #157

Open GhostInTheSteiner opened 2 years ago

GhostInTheSteiner commented 2 years ago

I receive the following exception while using YouTube-DL's download archive:

Screenshot_20220530-062637_Composition Compass

For reference, this is the code being used:

https://github.com/GhostInTheSteiner/Composition-Compass/blob/35d57a1b558a0d5a9541da49534828af19568370/app/src/main/java/com/gits/compositioncompass/Downloader/YoutubeDownloader.kt#L126

It worked just fine on Android 9, but with the new storage limitations present in Android 12 YouTube-DL is no longer able to write the archive. My Android/data directory is empty:

Screenshot_20220530-133004_X-plore

Unless a bugfix is planned, are there any workarounds I could use?

Thanks in advance

deniscerri commented 1 year ago

You need to give the app file permissions or even all files access permission to write outside of the internal app storage.