Forum Discussion

Nadia K.3's avatar
Nadia K.3
New member | Level 1
10 years ago

Get account info using Dropbox for Business API access token

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).