I am attempting to use the capacitor filesystem plug in to copy my .db file from the app data on android to the download location OR use the capacitor email option to email it. It appears that it is trying to access the database file from /data/data/diversified.ma/files
the actual database file exists in
/data/data/diversified.ma/databases
I am unsure if the issue is the path although it is obviously not correct, I have tried hardcoding the location and am still unable to grab the file with response file does not exist at location
Does anyone know if this path is normal? Is it maybe a permissions issue?