Your workflow is unique 👨💻 - tell us how you use Dropbox 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.DbxClientV2possibility to get info about space on drive.
It is quite easy using
com.dropbox.core.v1.DbxClientV1but 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--
2 Replies
Replies have been turned off for this discussion
- Mark8 years ago
Super User II
*moves to API forum* - Greg-DB8 years ago
Dropbox Community Moderator
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 and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
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, Facebook or Instagram.
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!