get_current_account api returns tag as "user", and get_space_usage api returns "team", which is inconsistent
get_current_account
{
......
"root_info": {
".tag": "user",
"root_namespace_id": "11078782000",
"home_namespace_id": "11078782000"
}
}
get_space_usage
{
"used": 2702286001658,
"allocation": {
".tag": "team",
"used": 2525035157914,
"allocated": 91259465105408,
"user_within_team_space_allocated": 0,
"user_within_team_space_limit_type": {
".tag": "off"
},
"user_within_team_space_used_cached": 2621858815064
}
}