Box.api oauth2 acces token request error “Invalid grant_type parameter or parameter missing” when using POSTMAN

后端 未结 1 1778
自闭症患者
自闭症患者 2021-01-07 03:16

The documentation (http://developers.box.com/oauth/) suggests using POSTMAN or curl.

in this example, the clientID is 123, secret code is 456 and so on.

I a

相关标签:
1条回答
  • 2021-01-07 04:20

    I believe the problem with the /token request is that you're putting the parameters in the query string. These should instead be included in the POST request body.

    0 讨论(0)
提交回复
热议问题