We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"@capacitor/filesystem": "^6.0.1",
npx cap doctor Capacitor Doctor Latest Dependencies: @capacitor/cli: 6.1.2 @capacitor/core: 6.1.2 @capacitor/android: 6.1.2 @capacitor/ios: 6.1.2 Installed Dependencies: @capacitor/ios: not installed @capacitor/cli: 6.0.0 @capacitor/android: 6.0.0 @capacitor/core: 6.0.0 [success] Android looking great! 👌
Android
I've got the following code in place to download a file:
Filesystem.downloadFile({ method: 'POST', data: payload, url: this.dataService.downloadFileAttachment(), headers: headers, directory: Directory.Documents, path: "test.bin", progress: true }) .then((result) => { console.info("result:", result) }) .catch((e) => { console.error("error:", e) })
The code runs, doesn't appear to download anything and fails pretty much instantly, I get the following error on the console:
VM3:339 result Filesystem.downloadFile (#70225240) 8054.da0d23dc07e24a1c.js:1 error: ke: Error downloading file: http://endpoint.com/download at returnResult (<anonymous>:943:32) at win.androidBridge.onmessage (<anonymous>:918:21)
File should be downloaded
See above
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
Plugin(s)
Capacitor Version
Platform(s)
Android
Current Behavior
I've got the following code in place to download a file:
The code runs, doesn't appear to download anything and fails pretty much instantly, I get the following error on the console:
Expected Behavior
File should be downloaded
Code Reproduction
See above
Other Technical Details
Additional Context
The text was updated successfully, but these errors were encountered: