We Want to Hear From You! What Do You Want to See on the Community? Tell us here!

Forum Discussion

Pierluigi2019's avatar
Pierluigi2019
Helpful | Level 6
6 years ago
Solved

Question about the method ListFolderMembersAsync()

I noticed an issue when I call ListFolderMembersAsync(sharedFolderId).
If my shared folder contains a member that it is external of my team, when I call this method ListFolderMembersAsync, it doesn't show this member on the list of members.
What am i doing wrong?

  • Thanks for your reply.
    I discovered the problem. In my scenario the folder contained some members and some invitees.
    When I called ListFolderMembersAsync I checked inside only the Users but not the Invitees.

    Thanks for your assistance

2 Replies

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Community Moderator rankDropbox Community Moderator
    6 years ago

    Using the ListFolderMembersAsync and ListFolderMembersContinueAsync methods should let you list all of the members of a shared folder, whether or not they are also members of the same team as you.

    Note though that this list is paginated, and you're not guaranteed to get all results back on one page. If the returned SharedFolderMembers.Cursor is present, you need to call back to ListFolderMembersContinueAsync to retrieve more results. 

    Are you checking SharedFolderMembers.Cursor? If not, please add that to your implementation.

    If you are already checking that and it's not present in this case, please let me know so we can look into it further.

  • Pierluigi2019's avatar
    Pierluigi2019
    Helpful | Level 6
    6 years ago

    Thanks for your reply.
    I discovered the problem. In my scenario the folder contained some members and some invitees.
    When I called ListFolderMembersAsync I checked inside only the Users but not the Invitees.

    Thanks for your assistance

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.6,036 PostsLatest Activity: 9 months ago
411 Following

The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.

If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.

For more info on available support options for your Dropbox plan, see this article.

If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!