breautek commented on issue #527: URL: https://github.com/apache/cordova-plugin-file/issues/527#issuecomment-1402873214
The bug is with API 29 not supporting filesystem access via Filesystem APIs. This was fixed in API 30. > To help your app work more smoothly with third-party media libraries, Android 11 allows you to use APIs other than the [MediaStore](https://developer.android.com/reference/android/provider/MediaStore) API to access media files from shared storage using [direct file paths](https://developer.android.com/training/data-storage/shared/media#direct-file-paths). https://developer.android.com/about/versions/11/privacy/storage Unfortunately from a filesystem plugin standpoint, there is nothing we can do to work around this bug. From an application standpoint, using a [MediaStore](https://www.npmjs.com/search?q=ecosystem%3Acordova%20mediastore) plugin may be a workaround. -- 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]
