We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.

Forum Discussion

icefishandrew's avatar
icefishandrew
Explorer | Level 3
2 years ago

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...
  • Greg-DB's avatar
    Greg-DB
    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.

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

5,877 PostsLatest Activity: 12 months ago
325 Following

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!