grassick commented on issue #509: URL: https://github.com/apache/cordova-plugin-file/issues/509#issuecomment-1048312082
@clarklight @alex-steinberg I found a solution! Upgrade to Cordova 11 with latest cordova-android. Use `"https://github.com/apache/cordova-plugin-file-transfer.git"` if you need it instead of `"cordova-plugin-file-transfer"`. Set `<preference name="AndroidInsecureFileModeEnabled" value="true" />` in your config.xml Then just use toURL, not toInternalURL. Voila! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
