You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to access a recorded 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
Steps to reproduce:
Record an audio or video
Try to upload it to backend using FileTransfer or any other approach
Command or Code
Environment, Platform, Device
Android 10, Android 11
The text was updated successfully, but these errors were encountered:
Issue Type
Description
When trying to access a recorded 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
Steps to reproduce:
Record an audio or video
Try to upload it to backend using FileTransfer or any other approach
Command or Code
Environment, Platform, Device
Android 10, Android 11
The text was updated successfully, but these errors were encountered: