I submitted an OAuth request using the format from this page:
https://www.dropbox.com/developers/documentation/http/documentation#oauth2-authorize
It was in this format:
https://www.dropbox.com/oauth2/authorize?client_id=<APP_KEY>&response_type=code
Obviously, I had my actual app key filled in. However, I got this response:
Error (400)
It seems the app you were using submitted a bad request. If you would like to report this error to the app's developer, include the information below.
More details for developers
`team_data.member` scope is required.
There is no documentation about the team_data.member parameter.