Cordova ios File Transfer Error: The request timed out

1.4k views Asked by At

I'm using the FileTransfer plugin for downloading files.the issue is that with large files I have this error

FileTransferError {
body = "";
code = 3;
"http_status" = 0;
source = "https://api.serveur.com/api/Download/Boite%20%C3%A0%20outils/vid%C3%A9os/4-box-metiers-neutre.mp4";
target = "file:///Users/msuser/Library/Developer/CoreSimulator/Devices/AE92034C-D2D6-4067-A02B-EB21E2C29E14/data/Containers/Data/Application/F3AEFA35-6B7A-441A-A0EF-B5EFB7348C56/Documents/Download/4-box-metiers-neutre.mp4";}
2015-06-10 16:14:21.976 apps[27281:159543] File Transfer Error: The request timed out.    

the same issue is asked here but without solution Cordova. FileTransfer plugin. How to catch connection timeout error

0

There are 0 answers