Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android issue - resolveDirectoryUrl FileError {code: 1, message: "NOT_FOUND_ERR"} #9

Open
josuej3834 opened this issue Apr 1, 2019 · 1 comment

Comments

@josuej3834
Copy link

I have used ionic3-image-cache for cache image from firebase database.
But there is an issue when run the app on android, it gives me some errors.

  • resolveDirectoryUrl FileError
  • Create directory fail FileError {code: 12, message: "PATH_EXISTS_ERR"}

I have used diagnostic plugin for the permission of external storage like this.
this.diagnostic.requestExternalStorageAuthorization().then(() => {
//User gave permission
}).catch(error => {
//Handle error
});

but still same error,
If someone has the issue like this, please help me.
Thanks.

@pcerbino
Copy link

any solutions for this??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants