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

Unable to get a successful response to API using JWT

Answered
New post

Comments

1 comment

  • mwiller

    Hi  — a 404 like this usually means that the user you're authenticated as does not have permission to view the item you're trying to see (in this case a folder).  If you're authenticating via JWT, you might be running into the issue that the Service Account that you're authenticated as is not collaborated on the folder you're trying to view.  Other users have had the same question, and there's a previous thread that has some detailed information about it.  In general, if you're using JWT auth to authenticate as a Service Account or App User, those users do not have access to arbitrary folders in the enterprise by default — you'll need to ensure that the account has access by collaborating it, or you'll need to generate tokens to authenticate as a user who does have permissions to the folder.

    0
    Comment actions Permalink

Please sign in to leave a comment.