Capacitor filesystem or any alternative

We need to save some data (json) in a user accessible folder (Documents, Downloads,…) and we are using android 11. Can I please have any clue how to do that as Capacitor filesystem external storage does not work for android 11? Thank you.

What have brought you to this conclusion?

From Filesystem Capacitor Plugin API | Capacitor Documentation

" Note that Directory.Documents and Directory.ExternalStorage are only available on Android 9 or older… "