我正在尝试使用 邮递员 chrome 应用访问 Proximity Google API。我已经按照教程在邮递员和谷歌开发网站,但我仍然得到401错误信息。
我在做什么?
为了使用 ProximityAPI,必须首先在 GoogleDev 控制台中启用它。 使用 这个教程,我已经为我的项目启用了对 ProximityAPI 的支持
According to 这个 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 part of Postman's Chrome Web store URL [which is Fhbjgbiflinjbdggehcddcbncdddomop ]->hit create button These steps will only generate a client ID, not a secret..am I doing something wrong?
从 GoogleDev 控制台,可以下载一个 JSON 文件,该文件包含客户端 id、 authURI 和令牌 URI
我下载了这个,但是如果我使用邮递员的话,这是没有什么帮助的。我猜测这个 JSON 文件可以包含在 JS 应用程序中。
并且,一旦我点击调试 URL,我看到下面的屏幕