Hello,
I get the following output from get_space_usage for a team account:
allocation = {
".tag" = team;
allocated = 9895604649984;
used = 7346077264133;
"user_within_team_space_allocated" = 0;
"user_within_team_space_limit_type" = {
".tag" = off;
};
"user_within_team_space_used_cached" = 379540969510;
};
used = 7234056173955;
}
My question is regarding the lower used = 7234056173955 number. It looks entirely irrelevant. Namely:
The allocation by team is allocated = 9895604649984
The usage by team as a whole is used = 7346077264133
The usage by the user within the team is user_within_team_space_used_cached = 379540969510
Therefore the space used by other team members is used - user_within_team_space_used_cached = 7346077264133 - 379540969510 = 6966536294623, correct?
Then what is the last used = 7234056173955 ? What sense does it make? It doesn't match up with anything else in this output.
Please advise.