Hello Greg,
We have few Dropbox for Biz accounts whose Usage Size is shown in Admin Console screen.
I used Dropbox API - GetSpaceUsageAsync of Dot Net SDK to obtain Space Usage programatically (using following API).
DropboxClient clientadmin2 = teamclient.AsMember(ti.Profile.TeamMemberId);
Dropbox.Api.Users.SpaceUsage spaceusage = await clientadmin2.Users.GetSpaceUsageAsync();
Dave Minns - Admin
dminns@xyz.com
Admin Console : 11.19 MB
API Calculated : 21.91 MB (22977638 bytes)
Adam Stuflick
adam@xyz.com
Admin Console : 48.93 MB
API Calculated: 50.76 MB (53226491 bytes)
DEMO Dropbox-Account
dsclient@xyz.net
Admin Console : 9.11 MB
API Calculated: 9.13 MB (9573449 bytes)
Gagan Bhatnagar
gagan@xyz.com
Admin Console : 12.86 MB
API Calculated : 14.71 MB (15421481 bytes)
The Space Usage of most of the Dropbox for Biz accounts obatined via API and on Admin Console screen differs.
For some of the accounts like Dave Minns - Admin, the Space Usage on Admin Console is 11.19 MB whereas API Calculated is 21.91 MB.
Can you help me understand why are we seeing such a difference and what can I do to obtain the correct values using API as shown in Admin console screen.
Thanks,
Gagan