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
Awesome.
Thanks a lot Greg.
Yes I am able to get all the team member shared link using DropboxTeamClient.AsMember.
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!