相关疑难解决方法(0)

使用Postman访问OAuth 2.0 Google API

我正在尝试使用Postman Chrome应用程序访问Proximity Google API.我已经关注邮递员和谷歌开发网站的教程,但我仍然收到401错误消息.

我在做什么?

  • 第1步 - 启用Proximity API:

In order to use Proximity API, it has to be first enabled in Google Dev console. Using this tutorial I have enabled support for Proximity API for my project

  • Step 2 - Get the credentials:

According to this tutorial, I need to get client ID and secret. This is where I am confused. Credentials->Add credentials->OAuth2.0 client ID->select Chrome App radio button (since I am using Postman)->enter last …

google-api oauth-2.0 google-api-client postman google-oauth2

56
推荐指数
6
解决办法
12万
查看次数