cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Re: Folder member access level

Folder member access level

TwinBlade
Helpful | Level 5
Go to solution

Hi,

I am using the .NET SDK and I am trying to add members to a shared folders like this: 

newMembers.Add(new AddMember(new MemberSelector.Email(user.Email), accessLevel2.AsEditor));

And then do the AddFolderMembersAsync. However I am unsure of how to set the accessLevel properly - as right now it is set to viewer nevertheless.

Thank you in advance! 

1 Accepted Solution

Accepted Solutions

Greg-DB
Dropbox Staff
Go to solution

You can set the access level in the AddMember object like this:

AccessLevel.Editor.Instance

 (Or AccessLevel.Viewer.Instance, etc.)

View solution in original post

1 Reply 1

Greg-DB
Dropbox Staff
Go to solution

You can set the access level in the AddMember object like this:

AccessLevel.Editor.Instance

 (Or AccessLevel.Viewer.Instance, etc.)

Need more support?