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

Error generating access token

Answered
New post

Comments

1 comment

  • mlandgraf

    Per Box support, this issue was caused by a change on their end. When requesting the access the token, the header's content type must be set like 

        var headers = {
            'Content-Type': 'application/x-www-form-urlencoded'
        };
    Hopefully this fixes things for anyone else experiencing this problem!
    0
    Comment actions Permalink

Please sign in to leave a comment.