Post form data with axios in Node.js

后端 未结 4 1934
一个人的身影
一个人的身影 2021-02-18 15:39

I\'m testing out the Uber API on Postman, and I\'m able to send a request with form data successfully. When I try to translate this request using Node.js and the axios library I

4条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-18 15:52

    From the error it seems your client_id or client_secret is incorrect. Enable debugging and share the raw request/response (after filtering credentials out).

提交回复
热议问题