Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
Naga Abhinaya T
9 years agoExplorer | Level 4
User Space Over Quota Exception
Hi, I am developing an app with Dropbox APIs. I am using dropbox-core-sdk-1.8.2.jar currently. What exception is thrown if the user space quota gets over? How can I keep track of the user quota? ...
Naga Abhinaya T
9 years agoExplorer | Level 4
Greg,
Thanks for the solution. Is there any ways to achieve the same in API v1 for time being?
Greg-DB
Dropbox Community Moderator
9 years agoYes, this works similarly in the Java SDK for API v1. The uploadFile call, for example, would throw DbxException.BadResponseCode with statusCode=507.
You can use getAccountInfo to get DbxAccountInfo which contains the quota information in DbxAccountInfo.Quota. There are more detailed descriptions of those individual quota fields here.
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!