PhilippC / keepass2android

Password manager app for Android
https://play.google.com/store/apps/details?id=keepass2android.keepass2android
GNU General Public License v3.0
4.59k stars 378 forks source link

System File Picker - Onedrive (via MS app) is seen as read only #1531

Closed cjk28 closed 3 years ago

cjk28 commented 3 years ago

With onedrive app installed, you can access files in there via the system file picker (I'm on android 10). KeepassDX can successfully use this as a means to sync your database (RW), without needing to have its own onedrive login implementation. Keepass2Android determines that this method of access is read only. Perhaps it's worth considering using this as the primary method of onedrive access if this read-only behaviour can be addressed. This would solve some issues like: https://github.com/PhilippC/keepass2android/issues/1038 I'm not sure what the minimum version of android is for this system file picker linking is though, so it might only be useful for newer devices. Despite not liking microsofts apps, this is probably a neater way of doing it, and potentially better from a cyber security point of view.

jryberg commented 3 years ago

It's the same for files opened from Nextcloud. It's opened fine but it's not possible to save without exception Screenshot_20210131-194327_Keepass2Android~2

PhilippC commented 3 years ago

duplicate of https://github.com/PhilippC/keepass2android/issues/1212