Using Postman to access OAuth 2.0 Google APIs

前端 未结 6 828
深忆病人
深忆病人 2020-11-27 09:20

I am trying to access Proximity Google API using Postman chrome app. I have followed tutorials on postman and google dev website but I\'m still getting 401 error message.

6条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-11-27 10:22

    I figured out that I was not generating Credentials for the right app type.
    If you're using Postman to test Google oAuth 2 APIs, select
    Credentials -> Add credentials -> OAuth2.0 client ID -> Web Application.

提交回复
热议问题