Hello,
I want to create a shared folder(Parent) which contains sub folders(Child). The parent folder should be accessed by everyone with read permission. But the child folders should have individual permissions. For eg.
Parent folder : parent
1st child folder: child1
2nd child folder: child2
3rd child folder: child3
Access permission.
User1 – Child1
User2 – Child2
User3 – Child3
All the three users should be able to access the parent folder, through which they should access their repective folders.
Thank you.