faugusztin commented on issue #463: URL: https://github.com/apache/cordova-plugin-file/issues/463#issuecomment-791905655
@mayankkataria Promise based interface comes from Ionic wrapper of the cordova-plugin-file (@ionic-native/file/ngx). There are multiple issues logged with your problem at ionic-native github: https://github.com/ionic-team/ionic-native/issues/3289 https://github.com/ionic-team/ionic-native/issues/3574 There is also a specific comment which might explain why the Ionic wrapper doesn't work correctly: https://github.com/ionic-team/ionic-native/issues/3265#issuecomment-735029628 If you need to get it working ASAP, you should ditch the Ionic plugin wrapper for now and use the actual Cordova File plugin API. ---------------------------------------------------------------- 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]
