Unable to read Files from SDCARD (not media)

Hi, I have a problem using Capacitor FileSystem with Android 13 Scope Storage.

I want a simple thing, in a SDCARD there is a directory with files (not media, json files), these files are created by dumping them there via computer to SDCARD.

SDCARD
|-MyDir
|-- file.json
|-- file2.json

In my app, I need to read EXERNAL_STORAGE (SDCARD) / MyDir , and manipulate data to my OWN application storage. The problem is I can’t read the JSON files: I get a Capacitor Exception - Unavailable or I get File Does Not Exist.

Has anybody in Android 13, tried to read files, that are not MEDIA FILES from the SDCARD ? Nobody seems to talk about this issue, and the documentation in Capacitor lacks detailed information.

Thanks for your time.

IonicFramework v7
Capacitor v5
Angular

1 Like