twsouthwick / KeePassWin

A UWP implementation of a KeePass client
GNU General Public License v3.0
39 stars 5 forks source link

dropbox #8

Closed byman64 closed 7 years ago

byman64 commented 7 years ago

how to open a db from dropbox?

twsouthwick commented 7 years ago

Once you install the app, it should be an option in the file picker. Are you using it on mobile or desktop?

byman64 commented 7 years ago

surface 4

2016-11-28 8:22 GMT+01:00 Taylor Southwick notifications@github.com:

Once you install the app, it should be an option in the file picker. Are you using it on mobile or desktop?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/twsouthwick/KeePassWin/issues/8#issuecomment-263200205, or mute the thread https://github.com/notifications/unsubscribe-auth/AC24JBsIwCxscQKcK0dx_F2Yw5CdaqwOks5rCoE1gaJpZM4K9SH9 .

--

Antonino Migliore viale della Repubblica n. 7 42024 - Castelnovo di Sotto (Reggio Emilia)

twsouthwick commented 7 years ago

Do you have the dropbox app installed or are you using the sync? Can you give me some repro steps?

byman64 commented 7 years ago

I dont have any drop box installed, I was thinking to use your app with a direct connection like KeeCloud.

[image: Immagine incorporata 1]

2016-11-30 20:22 GMT+01:00 Taylor Southwick notifications@github.com:

Do you have the dropbox app installed or are you using the sync? Can you give me some repro steps?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/twsouthwick/KeePassWin/issues/8#issuecomment-263968487, or mute the thread https://github.com/notifications/unsubscribe-auth/AC24JOX4W1p7-tl81sLrxITd2yRkQ1uoks5rDcz5gaJpZM4K9SH9 .

--

Antonino Migliore viale della Repubblica n. 7 42024 - Castelnovo di Sotto (Reggio Emilia)

twsouthwick commented 7 years ago

Got it. Windows 10 provides the concept of file providers, so the app hooks into that by just opening a file, and the DropBox app will provide the rest. On desktop Windows, I'd recommend installing the Dropbox sync client. There are still some bugs to work out with the file pickers.

There are two benefits to doing it this way:

  1. KeePassWin has no access to the internet and I plan to keep it that way to keep trust in the application that I'm not collecting any information.

  2. I don't need to implement anything special to support arbitrary file sources. This allows anyone to add a file from anything that is exposed as a "file"

twsouthwick commented 7 years ago

I'm going to close this for now, but if you find trouble with connecting to a file via the file picker, please reopen.