owncloud/client

Sync behavior of read only folders

DeepDiver1975 opened this issue · 1 comments

Pre-submission Checks

  • I checked for similar issues, but could not find any. I also checked the closed issues. I could not contribute additional information to any existing issue.
  • I will take the time to fill in all the required fields. I know that the bug report may be dismissed otherwise due to lack of information.

Feature description

When a folder is shared in read only mode and synced to the desktop and locally a file is copied into this read only folder the client continuously tries to sync the file.

As the client knows that the folder is read only there is no need to try this.

Proposed solution

The local file shall be kept as local file - maybe with a different overlay icon.
Client shall not try to sync it.

Once the permissions change these files can be uploaded again.

Alternative solutions you considered

No response

Additional context

No response

This issue was marked stale because it has been open for 30 days with no activity. Remove the stale label or comment or this will be closed in 7 days.