Ionic 6 File uploading issue in Android version 10 and greater

Facing Exception in file uploading from android version10

Exception

body: null
. code: 1
3. exception: “/storage/emulated/0/Download/Get_Started_With_Smallpdf (1).pdf: open failed: EACCES (Permission denied)”
4. http_status: 200

Regarding that I have added the below line in config.xml
<application android:requestLegacyExternalStorage="true" />

Also I have checked the media permission for file uploading.

Still facing this issue.

Kindly let me know the solution to resolve this issue…

Check the ANDROID PERMISSION read and write file.

I have check the Access permission… It contains the media access READ and WRITE Permission.
The file permission issue only on android 11…