We are trying to get information about the user who has authorized Dropbox for Business through our application.
We can retrieve a list of users in a team and basic team info, but how to determine which user has performed the authorization?
We are using Python dropbox api v. 1.6 and DropboxOAuth2Flow.finish only returns the access_token (user_id and url_state are both empty or None).