Here is a snipped from the Dropbox for Business API endpoint:
/1/team/reports/get_storage.
"member_storage_map": [
{
"100GB": 0,
"5GB": 0,
"25GB": 0,
"10GB": 0,
"4GB": 0,
"100+GB": 0,
"2GB": 0,
"50GB": 0,
"3GB": 0,
"1GB": 1
},...{}
this suggests that once my team goes over the 100GB limit any graphs I have associated to this data will flat-line.
Is this correct or am I missing the point of how works? Do I just use "total_usage" instead?
With thanks.
R