itinance / react-native-fs

Native filesystem access for react-native
MIT License
4.89k stars 954 forks source link

download file failed #1188

Closed cvabm closed 11 months ago

cvabm commented 11 months ago

The actual file has been successfully downloaded, but it doesn't trigger the promise callback. The final progress is {"bytesWritten": 86277367, "contentLength": 86297371, "jobId": 1}. file url is minio,such as http://x.x.x.x:9500/bucket1/a1.zip

Android, "react-native-fs": "^2.20.0"