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

Getting access_denied_insufficient_permissions

New post

Comments

1 comment

  • jcleblanc

    There are a few reasons this can be happening that I can think of:

    1. You need broader scopes / permissions set in the app. Since you already mentioned that you did this, and reauthorized, this is most likely not the cause. 
    2. The token that you're using is scoped for another account which doesn't have access to the folder you're trying to upload to. A developer token is scoped for the account of a developer, a JWT application access token is initially scoped for the service account of the app, etc. This is a common issue that pops up. To test whether that's the cause you can try uploading the file to folder ID 0, which is the root of the account. Every account has a root, so if it goes through then this is the reason.

    - Jon

    0
    Comment actions Permalink

Please sign in to leave a comment.