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…