You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Since the root namespace will still differ from the home namespace, knowing the home_path is essential for correct syncing.
The text was updated successfully, but these errors were encountered:
Describe the bug
UserRootInfo
in the Python SDK does not have ahome_path
field, while the API docs at https://www.dropbox.com/developers/documentation/http/documentation#users-get_current_account say that it does.Versions
Additional context
With the recent update of how team spaces are configured, as announced in https://dropbox.tech/developers/api-updates-to-better-support-team-spaces, we should expect
UserRootInfo
to be returned for team accounts.Since the root namespace will still differ from the home namespace, knowing the
home_path
is essential for correct syncing.The text was updated successfully, but these errors were encountered: