You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
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...
- 2 months ago
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-DB
2 months agoDropbox 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,882 PostsLatest Activity: 3 years 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!