We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
icefishandrew
2 years agoExplorer | Level 3
Get all shared links for a file
I have a .net app that needs to get all of the shared links for a particular file. The only way I can see to do this is to:
Get a DropboxTeamClient with "team_info.read", "team_data.member", "gr...
- 2 years ago
An access token is just a string, so you could technically transmit it using whatever communication mechanism you wish. If you give the access token string, which was created by authorization from an admin, to a non-admin user, they could then technically run the same code to make a DropboxTeamClient, list groups, list members, operate as members, and list shared links.
That wouldn't be recommended though, as a matter of security, as a team-linked access token like that enables access that a non-admin doesn't have.
icefishandrew
Explorer | Level 3
The app is using team scopes, and has been authorized by an admin (me). Everything works fine on my computer using my Dropbox account.
How does a non-admin user, on a different computer, get access to the resulting team connected token? Do you have a code example of how the non-admin user would create a new DropboxTeamClient, using the token I created as an admin?
The goal is to be able to have a non-admin user get all of the members of the team, and check the shared links for each member.
Greg-DB
2 years agoDropbox Staff
An access token is just a string, so you could technically transmit it using whatever communication mechanism you wish. If you give the access token string, which was created by authorization from an admin, to a non-admin user, they could then technically run the same code to make a DropboxTeamClient, list groups, list members, operate as members, and list shared links.
That wouldn't be recommended though, as a matter of security, as a team-linked access token like that enables access that a non-admin doesn't have.
- icefishandrew2 years agoExplorer | Level 3
OK, so it sounds like what I'm trying to do isn't really recommended. I'll try to approach this problem a different way. Thank you for all your help.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 months agoIf 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!