One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
starver
6 years agoExplorer | Level 4
How to get File/Folder LinkMetadata for all links to dbx for business content
Dbx User endpoints provide sharing/list_shared_links and sharing/get_shared_link_metadata, both operate in the context of a user.
Is there a way to list all links for a dbx team, and get associated metadata?
Note: I tried Dropbox-API-Select-Admin header, returned a clear error telling me that was not supported.
In order to get shared links and their corresponding metadata for an entire team, you would need to leverage the Dropbox Business APIs.
You could pull a list of team members with teams/members/list, then use team members file access to execute the sharing/list_shared_links and sharing/get_shared_link_metadeta calls on behalf of each user.
- TaylorKrusen
Dropbox Staff
In order to get shared links and their corresponding metadata for an entire team, you would need to leverage the Dropbox Business APIs.
You could pull a list of team members with teams/members/list, then use team members file access to execute the sharing/list_shared_links and sharing/get_shared_link_metadeta calls on behalf of each user.
- starverExplorer | Level 4
Thanks TaylorKrusen , I appreciate a Saturday response ;)
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,950 PostsLatest Activity: 30 minutes ago
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!