Hello all,
Was wondering how to add a group to a folder.
For example we have Studio/WIP/158987
I want to make it where i can add a group called designers (already created in the front end and has 2 users in it) to the 158987 folder. How would i do this?
I have tried Sharing.AddFolderMember but it requires a sharedFolderId. That leads to my next question. What leads to a folder being classes as a shared folder?
I am using the DropboxTeamClient as we are hoping to use this as a business.
Code below.
var dbx = client.AsAdmin(memId);
dbx.Sharing.AddFolderMemberAsync()