Fetch icon indicating copy to clipboard operation
Fetch copied to clipboard

The best file downloader library for Android

Results 137 Fetch issues
Sort by recently updated
recently updated
newest added

I am trying to download a lot of files at once, but I don't want all of the downloads to fail if one of them does, which the kdoc on...

Incredibly impressed with the library. I want to display the progress of downloads in my app. Does `cancel()` reset progress? Also, if I wanted to save the progress to my...

If I have multi-url for the same file. How can I give the urls and change when network error and retry?

Hi, is there a way to limit the download bandwidth. Per download task or the total bandwidth for a fetch instance?

this is related to #615, pending notifications flags should be updated

I have downloaded video from url using fetch library and after updating the app from playstore the Status of those videos that are saved in fetch library are lost. Therefore...

I'm creating a new download with `NetworkType` set to `WIFI_ONLY` while on a mobile connection. The download has status `QUEUED` at this point and will start to download as soon...

When I try to download a file with 1,80GB from Google Drive shared link which is loaded on WebView and then when it get download url reuest it returns to...

first, thank you for this great library I have a problem when I try to download video from google user content like this URL: https://lh3.googleusercontent.com/MOwGC2EpWDVD1PTijRZbNZwDmP3Ji4QnGFDTkcgSCSZcCZBoBRrg-AvrG082K75fuVJWSdjW3DL-sG16UMnbSwkOen-ienBkMkwutUbiqYaeZbD1dE3mOfNm3hnN0sLLFXyg9akAqg=m18 it shows me a **REQUEST_NOT_SUCCESSFULL**...

Hello I had to upgrade targetSdkVersion from 29 to 31. But i got problem on android 11, "Fetch" does not download files on android 11! I guess on sdk 30+...