We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
sukantasaha24
7 years agoExplorer | Level 3
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,...
- 7 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.
Greg-DB
Dropbox Community Moderator
7 years agoIf 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
7 years agoExplorer | Level 3
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-DB7 years ago
Dropbox Community Moderator
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
Make connections with other developers
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, Facebook or Instagram.
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!