How to select file from android external storage "media files"

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Atef

I am trying to use the FileDialog node to select files from the android external storage, but it shows an empty list, I gave it the read/write external storage permissions and enabled it manually in the device setting, still doesn’t work.
so how can I implement this?

:bust_in_silhouette: Reply From: Atef

Use OS.get_system_dir(SystemDir) to access to media files and OS.request_permissions() to request read external storage permission from user.