tonyofrancis/Fetch

enqueue Fails on Android API 29 with Error: FILE_NOT_FOUND

Closed this issue · 1 comments

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

Had to add android:requestLegacyExternalStorage="true"