apache / cordova-plugin-file-transfer

Apache Cordova File Transfer Plugin
https://cordova.apache.org/
Apache License 2.0
595 stars 888 forks source link

Erorr code 3 when download multiple files #235

Closed jsdev2018 closed 5 years ago

jsdev2018 commented 5 years ago

Bug Report

When downloading with multiple instances of FileTransfer. Get Error code 3. Are multiple download not supported?

Problem

When downloading with multiple instances of FileTransfer. Get Error code 3. Are multiple download not supported?

What is expected to happen?

Multiple download of file happening at the same time.

What does actually happen?

The first file download fine. Second file get error code 3 in the return status.

Information

Command or Code

Environment, Platform, Device

Version information

Checklist

digaus commented 5 years ago

@jsdev2018 Create one instance and call download multiple times. Works for me.

WIlson-shuoshuoya commented 4 years ago

@jsdev2018 What is the final solution? I also encountered this mistake when uploading multiple files.