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?
On getting the user's accountInfo, I get details such as quota.total, quota.shared and quota.normal. What do they signify? can I get to know the available space in Dropbox for that user using these details?
Please help. Thanks in advance.