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.