I'm writing an .Net app but I'm not able to authenticate with a Dropbox for Business app.
I have created an app in the App Console.
App type: Dropbox for Business
Permissions: Team member file access
I then pressed the "Generate" token button to begin testing my app.
I'm using the eaxmples from dropbox-sdk-dotnet hosted on GitHub
When I attempt to run the SimpleTest program, I receive the following message in the response:

The same API request works fine if I use a regular 'Dropbox API' app instead and follow the above steps.
I also tested this on the Dropbox API Explorer site and I get the following error with the Dropbox for Business App.

But it works successfully for the regular Dropbox App.
Is there a step I'm missing for to get the Dropbox for Business application to work properly?