jfoclpf commented on issue #426: URL: https://github.com/apache/cordova-plugin-file/issues/426#issuecomment-822045373
@HarelM check the [differences](https://github.com/apache/cordova-plugin-file/compare/24dba9f4f9e6cdb17c5e11959df5a5785f1aa6e6..5274cab39e3f96a8682a74ba28663f32611501c8) between the npm latest version 6.0.2 and this github dev version. The differences in the core code, if I could fully understand, are negligible The npm version does not have the flag `requestLegacyExternalStorage` to true, so my advice is to use the npm version, that is what I plan to do ``` cordova plugin rm https://github.com/apache/cordova-plugin-file.git cordova plugin add cordova-plugin-file ``` That said, I also agree with you that that flag should be set to false. You can find it [here](https://github.com/apache/cordova-plugin-file/blob/master/plugin.xml#L136). -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
