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
Please, provide the following version numbers that your issue occurs with:
CLI: 8.4.0
Please, tell us how to recreate the issue in as much detail as possible.
The problem is when I try to save file in Huawei device. Function "requestPermission('storage')" returns { "android.permission.READ_EXTERNAL_STORAGE": "never_ask_again", "android.permission.WRITE_EXTERNAL_STORAGE": "never_ask_again" }
without asking user to grant permission, but then when i try to create new file on external storage, i get the following error: Error: Uncaught (in promise): Error: java.io.IOException: Permission denied
I have no problem on android devices (android version 14, 12, 11 and 7).
@ursaklunIX sorry i dont have such a phone so i cant really help. But i would try to see what android version it is running as newer android versions dont use WRITE_EXTERNAL_STORAGE anymore and you need to use SAF
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
Please, tell us how to recreate the issue in as much detail as possible.
The problem is when I try to save file in Huawei device. Function "requestPermission('storage')" returns
{ "android.permission.READ_EXTERNAL_STORAGE": "never_ask_again", "android.permission.WRITE_EXTERNAL_STORAGE": "never_ask_again" }
without asking user to grant permission, but then when i try to create new file on external storage, i get the following error:
Error: Uncaught (in promise): Error: java.io.IOException: Permission denied
I have no problem on android devices (android version 14, 12, 11 and 7).
Is there any code involved?
AndroidManifest.xml
The text was updated successfully, but these errors were encountered: