I've read the document and have questions about supporting team spaces, specifically for user-linked apps.
https://dropbox.tech/developers/api-updates-to-better-support-team-spaces
1. For user-linked apps, can I determine if team space is enabled by checking the value of `root_info.root_namespace_id` from /2/users/get_current_account?
2. The document mentions that the response of has_team_shared_dropbox differs between updated team spaces and team spaces, suggesting it cannot be used to determine the usage of a team space. Is this correct?
> All users with a team space previously had a root_info of type team from /2/users/get_current_account. Going forward, users with the updated team space will have root_info of type user. Accordingly, do not rely on the root_info type to determine if a team uses the team space; that only indicates if the team shares the team space across all members. Instead, use /2/users/features/get_values to determine the features of a user account.