Start 2025 on time and up to date! Seamlessly integrate your calendars into Dropbox with these simple steps! 📆
Forum Discussion
adsalguero
4 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...
- 4 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
4 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,936 PostsLatest Activity: 5 hours 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!