flutter_downloader icon indicating copy to clipboard operation
flutter_downloader copied to clipboard

Not found partial downloaded data, this task cannot be resumed after CancellationException threw by pause function.

Open Pali15 opened this issue 3 years ago • 1 comments

After pause method the download process gets CancellationException. The task will get paused anyway, but I can't resume the task. After resume method call I always get "not found partial downloaded data, this task cannot be resumed" image

Pali15 avatar Jan 31 '22 10:01 Pali15

When I try to download using a resource URL(xyz.pdf), I am able to pause and resume the download without any issues, but when I use a dynamic URL that inturns return an s3 file, the download fails when resumed.

Is there any fix regarding this issue ?

Ajay-jyothish avatar Mar 25 '22 07:03 Ajay-jyothish