OSS-DocumentScanner icon indicating copy to clipboard operation
OSS-DocumentScanner copied to clipboard

[FEATURE REQUEST] Custom storage location

Open Sada-Mio opened this issue 5 months ago • 1 comments

Allow custom sdcard storage location.

/android/data is used when "sdcard" is selected for data storage. However, newer android version restrict access to /android/data. Can't me access with file browser or USB MTP file transfer.

Sada-Mio avatar Aug 13 '25 03:08 Sada-Mio

@Sada-Mio That's actually tricky. If i set a custom location out of /android/data then it is the app which can't access the data and do the operations it needs. This is due to the crazy SAF limitations.

If what you want is being able to browse data like images or PDFs, then i would advise to set up local folder sync from the app settings

farfromrefug avatar Aug 17 '25 07:08 farfromrefug