breautek commented on issue #650: URL: https://github.com/apache/cordova-plugin-file/issues/650#issuecomment-3096974101
Yah so the file plugin assumes one path, and assumes you're using the constant, and it does a check based on that to determine if attempting read permission is necessary. But there are multiple ways on the filesystem to get access to the sdcard. `/sdcard` is just a symlink to `/storage/...` i believe. So I think the best course of action is to make sure that both `/sdcard/` and `/storage/` paths are used in the checks. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
