tonyofrancis / Fetch

The best file downloader library for Android
https://www.meta.stackoverflow.com/tags/fetch2
Apache License 2.0
1.63k stars 328 forks source link

enqueue Fails on Android API 29 with Error: FILE_NOT_FOUND #677

Closed myvj256 closed 1 month ago

myvj256 commented 1 month ago

This works on API 33 (Tested)

getFetch().enqueue(requests, updatedRequests -> {

 });

But when i try to enqueue downloads using API 33, it doesn't work. On checking it returns error: FILE_NOT_FOUND

myvj256 commented 1 month ago

Had to add android:requestLegacyExternalStorage="true"