Error generating access token

回答済み
新規投稿

コメント

1件のコメント

  • 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
    コメントアクション パーマリンク

サインインしてコメントを残してください。