gurselk commented on issue #391: URL: https://github.com/apache/cordova-plugin-file/issues/391#issuecomment-631827650
> 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). 4-5 mb below easily writes our problem is not to write large files and errors i found an article about this but i can't apply it to my project :( https://www.reddit.com/r/cordova/comments/7qwfxo/need_help_readingwriting_large_files_100mb/dxagj63/ ---------------------------------------------------------------- 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]
