breautek commented on issue #391: URL: https://github.com/apache/cordova-plugin-file/issues/391#issuecomment-631823031
Hmm, the error is kinda strange. I think usually you see that if: - The directory you're writing to does not exists - Lack permissions to write to the directory But it looks like you're trying to write to the application storage directory and I think apps implicitly have permission to that directory, and it looks like you're writing to the root data directory, and that should automatically exists. Are you able to provide a sample test app that demonstrates this issue? Please only include the core cordova libraries (ie no frameworks like ionic). You can learn how to create a sample app [here](https://github.com/apache/cordova-contribute/blob/master/create-reproduction.md). ---------------------------------------------------------------- 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]
