Any way to sync only one's own file and not files shared by others?

Is there any way to sync only one’s own file to local device, and not shared files by others?
(One could achieve this by creating a second account, but I would like to avoid this).

If not, is there any way to configure the nextcloud server so that shared files by others go directly to a given folder? Currently all files shared by others go to the root folder, so that my local folder to sync with the nextcloud server becomes very messy. Thank you in advance.

Hi @Kde35, please see this:


It is from here:
https://docs.nextcloud.com/server/20/admin_manual/configuration_server/config_sample_php_parameters.html

You can set it like this:
occ config:system:set share_folder --value="/Shared"

Thank you very much, you saved my life :slightly_smiling_face: I wonder why such a crucial information is hidden in the obscure depth of documentation :thinking: