nicktylah/gnucash-mobile

Error exporting to any directory

Opened this issue · 1 comments

Hello!

I just installed this app using the apk file and anytime I try to export to csv I get an "error exporting" message.

Screenshot_20220418-005534

Screenshot_20220418-005545


I also am having issues selecting a directory, since any time I choose one I end up with "/" as the listed selection (except for downloads). It also keeps asking for me to allow access to any given directory repeatedly even if I've already given it access.

Screenshot_20220418-005509_Files

For reference I'm using this on a Galaxy S9, and I made sure the app has storage permissions enabled.

Thank you!

Zoddo commented

I have the exact same issue.

When checking the adb logcat when exporting transactions, the following error is logged:

08-28 20:43:53.647 17419 17437 I flutter : FileSystemException: Cannot open file, path = '/storage/emulated/0/Download/20230828_642.gnucash_transactions.csv' (OS Error: Permission denied, errno = 13)

It looks like the app isn't correctly requesting some permission for whatever reason.