write/read operations doesn't work on android 10 although it is working fine on android 10.
scenario:
1- grant permission to ExternalStorageDirectoryPath
2- allow to read/write
3- i didn't find the file on my device.
+1
Same here
same here
Same here, a long time ago
Possible what I'm facing.
When performing any action (e.g. moveFile, copyFile, exists) the promise resolves: then.(result => {})), but result is undefined.
Moving a file (jpg) using absolute paths seems to corrupt the file.
Me too
In AndroidManifest.xml
Add android:requestLegacyExternalStorage="true"
It's working
Trying to tie together all the related issues to the root issue: #998
Most helpful comment
In AndroidManifest.xml
Add android:requestLegacyExternalStorage="true"
It's working