-
Notifications
You must be signed in to change notification settings - Fork 724
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
"Document cannot be saved, please check your permissions" #9328
Comments
I've tried these exact steps, but have been unable to reproduce the issue. Is it consistently reproducible for you with the steps? |
I missed one important information. I use "External storage", where the file is saved. Only in this combination do I have this problem, otherwise it is working. |
When I check the logs on Nextcloud, I see the following error:
If I comment the line 125 in the file FilesMetadataManager.php the error seems to be gone away:
I guess that it could be a problem when you are an external user that hasn't a specific UID, since the error only shows when you are an external user and not one in the LDAP. |
We receive the same error messages for all guest users, even if they have the appropriate permissions.
|
@juliushaertl Thoughts appreciated =) looks like an easy fix - superficially - thanks so much @jonasgarstick for the analysis & ticket ! |
We had a fix for this scenario for upcoming Nextcloud 30 with nextcloud/server#44294. I'll see if we can get a patch without the public API change backported. |
@juliushaertl As I can see, the fix is part of 29.0.5, is that correct? |
Yes |
This also affects group folders - will the fix work for this too? |
We now (NC 29.0.6 / COOLWSD 24.04.7.1) get the error also in some Folders that are shared from the same instance. This pretty much renders Collabora useless as the message appears on every autosave and makes it nearly impossible to edit the document. Also it seems that not all group folders are affected. Those that have only one member (group or user) and don't use advanced permissions work fine. Also those with two members with different permission sets and no advanced permissions work fine. Group Folders that either use advanced permissions and or have two users or groups with identical permissions still throw the error. |
@juliushaertl can we move this ticket to richdocuments somehow ? =) |
Describe the Bug
If I share a document/folder like .odt or .ods with an external user by link. After you open the shared link and modify the document (with full write permissions), it shows you the following message: "Document cannot be saved, please check your permissions".
Even than, it saves the document.
Steps to Reproduce
Expected Behavior
No error message, or save confirmation message
Actual Behavior
message: "Document cannot be saved, please check your permissions"
Screenshots
Desktop
The text was updated successfully, but these errors were encountered: