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

Forum Discussion

sukantasaha24's avatar
sukantasaha24
Explorer | Level 3
6 years ago
Solved

Get Shared link of all the team member using admin account

Hi, I am trying to access shared link of all the team member in a Dropbox using .Net SDK. I am able to access current user link. How can I get access to other member shared link. Please Help. Thanks, Sukanta

5 Replies

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

    If you want to access the accounts of any/all team members of the connected team(s), you'll need a Dropbox Business API app with the "team member file access" permission.

    With that, you can use the "member file access" feature to access the account of any team member on the connected team. This is available in the .NET SDK in particular via DropboxTeamClient.AsMember

    Once you get the resulting DropboxClient for the team member, you can list their existing shared links using ListSharedLinksAsync

    If you want to list the shared links for every member, you'll need to repeat the above for each member.

  • sukantasaha24's avatar
    sukantasaha24
    Explorer | Level 3
    6 years ago

    Why I am getting bellow error for few member when trying to get shared links using Business API(not for all user)

    Code :

    var dropboxclient_Member= dropboxclient.AsMember(TeamMemberId);

    var listSharedLinksResult11 = await dropboxclient_Member.Sharing.ListSharedLinksAsync(); // getting error in this line

    Error

    StackTrace

       at Dropbox.Api.DropboxRequestHandler.<RequestJsonString>d__17.MoveNext()

    --- End of stack trace from previous location where exception was thrown ---

       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

       at Dropbox.Api.DropboxRequestHandler.<RequestJsonStringWithRetry>d__15.MoveNext()

    --- End of stack trace from previous location where exception was thrown ---

       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

       at Dropbox.Api.DropboxRequestHandler.<Dropbox-Api-Stone-ITransport-SendRpcRequestAsync>d__12`3.MoveNext()

    --- End of stack trace from previous location where exception was thrown ---

       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

       at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()

       at Dropbox_Inventory.Program.<ListSharedLinks>d__4.MoveNext() in D:\Sukanta\DropBox\Code\Dropbox_Inventory\Dropbox_Inventory\Program.cs:line 81

     

    Please Help.

    Thanks.

  • sukantasaha24's avatar
    sukantasaha24
    Explorer | Level 3
    6 years ago

    Hi Greg,

    When I am trying to get shared links of team member using  Dropbox Business API app with the "team member file access" permission"  , I am getting bellow error for some of the members. (not for all member)

    Error

    StackTrace

       at Dropbox.Api.DropboxRequestHandler.<RequestJsonString>d__17.MoveNext()

    --- End of stack trace from previous location where exception was thrown ---

       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

       at Dropbox.Api.DropboxRequestHandler.<RequestJsonStringWithRetry>d__15.MoveNext()

    --- End of stack trace from previous location where exception was thrown ---

       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

       at Dropbox.Api.DropboxRequestHandler.<Dropbox-Api-Stone-ITransport-SendRpcRequestAsync>d__12`3.MoveNext()

    --- End of stack trace from previous location where exception was thrown ---

       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

       at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()

       at Dropbox_Inventory.Program.<ListSharedLinks>d__4.MoveNext() in D:\Sukanta\DropBox\Code\Dropbox_Inventory\Dropbox_Inventory\Program.cs:line 81

     

    Code:

    var DropboxClient_Member = dropboxClient.AsMember(TeamMemberId);

    var listSharedLinksResult11 = await DropboxClient_Member.Sharing.ListSharedLinksAsync(); //getting error in this line

     

     

    Please help.

    Thanks,

    Sukanta Saha

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

    That 500 error code indicates an internal server error. We'll have to look into that on our side. Can you print out a few of those DropboxException objects as strings and share them? Those should each contain a request ID that would help us look this up on our side. Thanks in advance! 

About Discuss Dropbox Developer & API

Node avatar for Discuss Dropbox Developer & API
Make connections with other developers815 PostsLatest Activity: 13 hours ago
276 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!