cozy / cozy-mobile

Cordova based mobile client for cozy-files
https://docs.cozy.io/en/mobile/files.html
GNU Lesser General Public License v3.0
28 stars 17 forks source link

Store downloaded files in the phone's Downloads folder #303

Open babolivier opened 8 years ago

babolivier commented 8 years ago

Currently, files downloaded by the Cozy mobile app are downloaded in Android/data/io.cozy.files_client/cache/cozy-downloads/..., which is a system folder. That makes all the files invisible to apps (such as VLC, Photos, etc) that allow a listing of all compatible files, and makes it painful to the user to browse to the desired file because of the multitude of subfolders (when it knows where to find the said file), which makes the download pretty useless imho.

The best workaround would be to have a Cozy folder either in the phone's storage Downloads folder or at its root, so the user can actually use the content from its Cozy.

kosssi commented 8 years ago