You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some download URL need custom Header value to download file. I can set those headers using setRequestBuilder(pumpReq) in Pump.newRequest() method.
This will allow the file to download properly. But If I pause a download and then force stop app and again try to resume download it will fail with error "ERROR_UNKNOWN_SERVER_ERROR".
Is there any way to fix this?
The text was updated successfully, but these errors were encountered:
Some download URL need custom Header value to download file. I can set those headers using
setRequestBuilder(pumpReq)
inPump.newRequest()
method.This will allow the file to download properly. But If I pause a download and then force stop app and again try to resume download it will fail with error "ERROR_UNKNOWN_SERVER_ERROR".
Is there any way to fix this?
The text was updated successfully, but these errors were encountered: