Welcome to the new Box Support website. Check out all the details here on what’s changed.

generated access_token is invalid

Answered
New post

Comments

1 comment

  • Official comment
    Kourtney

    Your developer token is associated with the email address of the user logged into the developer console when the token is generated. However, I suspect you are using JWT authentication and the default token used is associated with the app's service account. Therefore, this user does not own/collaborate to the content you're trying to call hence the 404 not found. To resolve this, you will either need to: 

    1. collaborate the AutomationUser (service account) onto the content

    2. obtain a token for your email address (via sub claim of JWT assertion

    Comment actions Permalink

Please sign in to leave a comment.