July- opened a new issue #233: URL: https://github.com/apache/cordova-plugin-media-capture/issues/233
<!-- Please have a look at the issue templates you get when you click "New issue" in the GitHub UI. We very much prefer issues created by using one of these templates. --> ### Issue Type <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [ x] Bug Report - [ ] Feature Request - [ ] Support Question ## Description When trying to access a recorder file, Android 10+ raises EACCESS error because file is stored in folder that is not accessible by an app. I am aware of requestLegacyExternalStorage flag but it is not working for API level 30, and API level 29 cannot be used in the play Market updates anymore. ## Information <!-- Include all relevant information that might help understand and reproduce the problem --> Steps to reproduce: Record an audio or video Try to upload it to backend using FileTransfer or any other approach ### Command or Code <!-- What command or code is needed to reproduce the problem? --> ### Environment, Platform, Device <!-- In what environment, on what platform or on which device are you experiencing the issue? --> Android 10, Android 11 -- 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]
