API API Token Server Server Configuration Error

I am calling https://api.box.com/oauth2/tokento get a token for user.

I get 400 with the following error:

Cannot obtain token based on the enterprise configuration for your app

I do not see this error message anywhere. Any ideas what I'm doing wrong?

+4
source share
1 answer

The problem was that I requested a token for a non-user user, and my application was configured to access only application users.

+2
source

Source: https://habr.com/ru/post/1615665/


All Articles