We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An Admin can set default sharing permissions in "index.php/settings/admin/sharing".
This can be retrieved via capabilities: files_sharing -> default_permissions: int
The values are here: https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-share-api.html#create-a-new-share
1 = read 2 = update 4 = create 8 = delete 16 = share 31 = all
This then should be the default when creating a new share
The text was updated successfully, but these errors were encountered:
Android Client PR: Feature - Use default sharing permissions #14695
Android Library PR: nextcloud/android-library#1688
Sorry, something went wrong.
alperozturk96
No branches or pull requests
An Admin can set default sharing permissions in "index.php/settings/admin/sharing".
This can be retrieved via capabilities:
files_sharing -> default_permissions: int
The values are here:
https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-share-api.html#create-a-new-share
This then should be the default when creating a new share
The text was updated successfully, but these errors were encountered: