401与谷歌接近API

401与谷歌接近API,api,authentication,proximity,beacon,Api,Authentication,Proximity,Beacon,在遵循分步说明()之后,我可以成功地启用Google Proximition Beacon API,并为我在Google Developers控制台中创建的应用程序创建API密钥和OAuth 2.0客户端ID。 一切似乎都设置得很好:Google邻近信标API显示为活动状态,“凭据”选项卡显示API密钥和OAuth 2.0客户端ID 当我尝试呼叫我的信标时出现问题:响应给我一个“401”错误: 奇怪的是,如果我再次尝试OAuthPlayed,遵循google的邻近文档,我会得到一个403错误:

在遵循分步说明()之后,我可以成功地启用Google Proximition Beacon API,并为我在Google Developers控制台中创建的应用程序创建API密钥和OAuth 2.0客户端ID。 一切似乎都设置得很好:Google邻近信标API显示为活动状态,“凭据”选项卡显示API密钥和OAuth 2.0客户端ID

当我尝试呼叫我的信标时出现问题:响应给我一个“401”错误:

奇怪的是,如果我再次尝试OAuthPlayed,遵循google的邻近文档,我会得到一个403错误:

    {
      "error": {
      "status": "PERMISSION_DENIED", 
      "message": "Project has not enabled the API. Please use Google Developers Console to activate the 'proximitybeacon' API for your project.", 
      "code": 403, 
      "details": [
      ...
我有点迷路了…有人吗? 先谢谢你

飞行

    {
      "error": {
      "status": "PERMISSION_DENIED", 
      "message": "Project has not enabled the API. Please use Google Developers Console to activate the 'proximitybeacon' API for your project.", 
      "code": 403, 
      "details": [
      ...