I created an application in Box.com and authorized it in my Box Business account with "Only App Users of this App" permission. Using the api and App credentials I created an App user (with
https://github.com/cburnette/boxr#users).
box_client.create_user("Name", is_platform_access_only: true)
Now, when I try to use that user id to get a token, I get an error:
Cannot obtain user token based on the enterprise configuration for your app.
Are there any other configurations required for this to work?