One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
Konrad
8 years agoNew member | Level 2
API v2 - get total space on the cloud (Android)
Hi! I can not find anywhere in
com.dropbox.core.v2.DbxClientV2
possibility to get info about space on drive.
It is quite easy using
com.dropbox.core.v1.DbxClientV1
but it will be soon deprecated, if I did understand correct, yes?
- You can get the user's space information using the API v2 Java SDK via DbxUserUsersRequests.getSpaceUsage:
https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/v2/users/DbxUserUsersRequests.html#getSpaceUsage--
- Mark
Super User II
*moves to API forum* - Greg-DB
Dropbox Staff
You can get the user's space information using the API v2 Java SDK via DbxUserUsersRequests.getSpaceUsage:
https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/v2/users/DbxUserUsersRequests.html#getSpaceUsage--
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,950 PostsLatest Activity: 4 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!