Saving data on Android export

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

Trying to run a Godot project on Android.
The project runs fine. However, I have a section in my project that I want to save some receiving data in a text file.
I can see the text file when run on desktop, but I cannot find the txt file on the android phone’s internal memory (i.e. Android/data/$AppName/files is empty).
I have checked some related boxed (like read/write external storage) on the Android export settings.
Anyone got ideas how to fix it?