-
Notifications
You must be signed in to change notification settings - Fork 760
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
How to access files in android sdk 30 #502
Comments
Generally speaking, I'd advise against using the If you're storing app files, the recommended path would be |
My application downloads some images and previously i chose the directory that stored these images I can even see that the size of the app has increased, but I can't access these images In https://github.com/apache/cordova-plugin-file#where-to-store-files say to use |
@clarklight Did you find any solution? |
@danicarla take a look at this thread, see if it helps. #509 (comment) People in that thread seems to have similar issues and found a solution, but i did a work around with turning the image into base64 for display. |
@clarklight I don't think I can do that, my app uses more than 20,000 images :( |
If you're trying to load stored images into dom, then #517 may help, available in the latest file plugin release. |
HI guys...
I found the archives this way:
///storage/emulated/0/Android/data/myappid/files/
///storage/emulated/0/Android/data/myappid/cache/
And now which path should I use?
The text was updated successfully, but these errors were encountered: