We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
adsalguero
2 months agoExplorer | Level 4
Extract storage usage via API
Hello,
I want to extract the same data for members and storage users that can be extracted using the platform, but instead of doing it manually, it should be done through the API.
I couldn’t find any information on this topic in the community or the documentation.
To get the space usage for an account via the API, you would call the /2/users/get_space_usage endpoint.
If you have a team-linked app, you can first call /2/team/members/list_v2 and /2/team/members/list/continue_v2 to list the members of the team. Refer to the "Member file access" documentation for information on how to call user endpoints (such as /2/users/get_space_usage) from a team-linked app.
- Greg-DBDropbox Staff
To get the space usage for an account via the API, you would call the /2/users/get_space_usage endpoint.
If you have a team-linked app, you can first call /2/team/members/list_v2 and /2/team/members/list/continue_v2 to list the members of the team. Refer to the "Member file access" documentation for information on how to call user endpoints (such as /2/users/get_space_usage) from a team-linked app.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 5 minutes 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!