The guide shows the steps on how to add an integration app to an app user, but I something is not working quite right.
The guide: https://developer.box.com/guides/embed/ui-elements/open-with/
I suspect the service account access token is my issue, but not really sure. When I generate a service account token, i thought that is using the Id of the app user that was created in Box for the App created in dev console. I use that app user already to connect using Box CLI and some webhook integration with Salesforce. When I try to generate a token (box token:get) as this Id, or as an admin, I get the same error:
{"type":"error","status":404,"code":"not_found","help_url":"http://developers.box.com/docs/#errors","message" :"Authorization Failed","request_id":"..."}
As per the guide, it is likely something to do with the needing a service account token. Honestly I've read the guide over and over, and it's not really clear what it means or it's not working. All the permissions are checked in the dev console for the app.
Can you clarify which user I should be using to generate the token in CLI? The Admin/Co-Admin/App User for the created app? Or is there a special way to get the service account token generated?
-

