Level up your Box knowledge with brand new learning paths on Box University. Visit training.box.com to get started

Error generating access token

Répondu
Nouvelle publication

Commentaires

1 commentaire

  • 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
    Actions pour les commentaires Permalien

Vous devez vous connecter pour laisser un commentaire.