Comments
-
@"Greg-DB" wrote:To get the user's space usage via the API v2 Java SDK, you should use DbxUserUsersRequests.getSpaceUsage. That will return a SpaceUsage object, which contains information about their 'allocation' (their total quota) and their 'used' (the amount of space they're currently using. To get the "free" amount,…