cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
What’s new: end-to-end encryption, Replay and Dash updates. Find out more about these updates, new features and more 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: 

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?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
What do Dropbox user levels mean?