-
-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Indicate file access to the File Provider #1935
Comments
KeePassDX does not download any files, and can only open the data stream sent to it by the file provider. |
I know, thanks for the clarification though. I should've communicated clearer. |
Ha I understand the request better. What you want is rather a URI “touch” to tell the file provider that we want to access it before it's actually available. I'll have to see if there are special methods for this, but KeePassDX already check the file metadata in the database list. If the download only starts when you request access to the file, it's normal not to be able to access it until the full download. There should only be a download indication or a link to the previous cached file. This is the kind of workflow I need to resolve in the design of the FileSync application. |
Exactly this. Like a short attempt to read the file. |
Is your feature request related to a problem? Please describe.
If storing the database in a cloud especially a self-hosted one it can take quite some time for it to be obtained.
Describe the solution you'd like
Upon opening KeePassDX it could already start downloading the most recent file in the background.
Describe alternatives you've considered
Waiting around
Additional context
The text was updated successfully, but these errors were encountered: