-
Notifications
You must be signed in to change notification settings - Fork 811
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
[Bug]: Selecting library in Windows in sync messes up permissions #6989
Comments
I had this exact same problem, as nearly all of my nextcloud synced folders are libraries (Documents, Music, Videos, etc.).
|
though I just read through the changelog of 3.14.0, and it seems like it may be fixed, I'm going to test it in a VM |
|
I've encountered the same issue multiple times on my laptop, and now it's happening on my desktop for the first time. On my desktop, I use a Nextcloud folder under my user profile, so it doesn’t seem to be directly related to Windows library folders. I'm currently running Nextcloud client version 3.14.3. The permission issue itself is straightforward to fix. There’s an additional “Deny” permission for the Users group on the sync folder, which overrides the “Allow” permissions set for your own user. To resolve this, follow these steps:
This will clear the Deny permission rule for the Users group, allowing Nextcloud to sync without further permission issues. |
#7100 Is a duplicate of this issue |
Bug description
I added a new folder synchronization and choose a Windows library (e.g. Music library) as the local folder and some random folder on the server as the server folder. Then it first synchronized right. After I found out I want to have a different folder structure, I deleted the folder synchronization. Now the local folder (Music library) is in a locked down mode: I and no other program can write to that library, we can't add a new folder in that library (you need Admin permission that I have, but still doesn't work) and the library can't be deleted. You also can't add the Music library as a local folder after that (no permissions). I tried many things to troubleshoot this on the Windows side of things (tried giving permissions to everyone, tried recreating libraries, etc.) but nothing worked. I also uninstalled the Nextcloud client but that didn't help either.
I guess the Nextcloud client messes up the permissions of a library if you select it as a local folder on folder sync.
This screenshot shows the dialog you get when right clicking in the Music library and clicking "New" > "Folder"
Steps to reproduce
Expected behavior
The library should be accessible like before if you remove folder synchronization.
Which files are affected by this bug
There are no files directly affected
Operating system
Windows
Which version of the operating system you are running.
Windows 10
Package
Other
Nextcloud Server version
27.1.10
Nextcloud Desktop Client version
3.13.2
Is this bug present after an update or on a fresh install?
Fresh desktop client install
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
Are you using an external user-backend?
Nextcloud Server logs
Additional info
Please don't try to reproduce it on your main Windows PC as I didn't find a way to clean it up again.
The text was updated successfully, but these errors were encountered: