Mistake with tree folder

Hi,

I have a mistake with my tree folder (I have NextCloud 16.0.1).

With my admin account, all is good i have by example in the item “All the files” :
Folder 1”, when i clic on, “Folder 1.1” and when i clic again agin on “Folder 1.1.1
All this folders are shared with a group “customer

When I connect with an user who belongs to the group “customer”, in the item “All the files”, i have :
Folder 1
Folder 1.1
Folder 1.1.1
On the same level.

Why i have not the same tree view that in the admin account ?

Thanks a lot by advance.

Because you shared each folder with Group “customer”. If you share “root” (e.g. “my folder to share”) folder then it works. E.g.

/
/someFolder
/someFolder/my folder to share
/someFolder/my folder to share/Folder 1
/someFolder/my folder to share/Folder 1.1
/someFolder/my folder to share/Folder 1.1.1.

share “my folder to share” with Group, how it will looks like:

/
/my folder to share
/my folder to share/Folder 1
/my folder to share/Folder 1.1
/my folder to share/Folder 1.1.1.

If you need global solution, like all shared folders of all users should goes under e.g. “My shares” Folder, please refer to configuration parameter:

'share_folder' => '/My shares',

Define a default folder for shared files and folders other than root. Defaults to /. Doku —> https://docs.nextcloud.com/server/15/admin_manual/configuration_server/config_sample_php_parameters.html

Great ! Thanks for your answer :slight_smile: