Closed ericreinke closed 4 years ago
For future references: I also got this error when on Android. It means that your app does not have permissions to the Android filesystem. What I did was add android:requestLegacyExternalStorage="true"
to AndroidManifest.xml
and it worked.
When I dump the results from the picker I get
I tried the demo app and there rawData is empty. My end goal is to retrieve the image in base64 format but I'm not sure if I'm misunderstanding the results and how to proceed