Skip to content
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

Read-only items are not supported correctly #16

Open
phil1995 opened this issue Dec 30, 2020 · 0 comments
Open

Read-only items are not supported correctly #16

phil1995 opened this issue Dec 30, 2020 · 0 comments
Labels
type:feature-request New feature or request

Comments

@phil1995
Copy link
Collaborator

With some cloud providers, there is the possibility that files or folders do not have write permission (for example, because the item was shared read-only).
We currently have no way to detect this early and notify the user about it when adding the vault in the main app. Also, in the FileProviderExtension, we could adjust the permissions accordingly so that the user does not have write permission in the Files app for these items (or the entire vault).
I think in our case it normally applies to the entire Vault, otherwise the user would have part of the Vault shared read-only and the rest of the Vault shared with full permission (which should be very unlikely).
To support the above scenario properly, changes need to be made in CloudAccess (more precisely in CloudItemMetadata).

@tobihagemann tobihagemann added the type:feature-request New feature or request label Jan 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants