Google api Google API返回错误accessNotConfigured

Google api Google API返回错误accessNotConfigured,google-api,google-fusion-tables,Google Api,Google Fusion Tables,当我直接在新创建的项目(没有列出其他项目)中使用url时,我收到一个google错误,我不断地得到以下错误 { "error": { "errors": [ { "domain": "usageLimits", "reason": "accessNotConfigured", "message": "Access No

当我直接在新创建的项目(没有列出其他项目)中使用url时,我收到一个google错误,我不断地得到以下错误

{
             "error": {
              "errors": [
               {
                "domain": "usageLimits",
                "reason": "accessNotConfigured",
                "message": "Access Not Configured. Please use Google Developers Console to activate the API for your project."
               }
              ],
              "code": 403,
              "message": "Access Not Configured. Please use Google Developers Console to activate the API for your project."
             }
            }
我知道有一些帖子是关于这个主题的。我已经按照上面列出的说明做了。我甚至创建了一个新项目

  • 在控制台中打开fusion table(仅在fusion api打开的情况下进行尝试,而其他api和标准api均未打开
  • 使用引用程序生成公钥*
  • 填写同意屏幕
  • 允许下载融合表已检查
  • 已选择“具有链接的任何人”的共享权限
  • url=

    docid=105Otxh5ltQsKBr-ABqYJ8vBuB6E9Ped2MfXj3AZy

    键=AIzaSyCr_wIc0aEHUG6Pl08kHDYLqWRB_PqZsE0

    我错过了什么。我有谷歌php api客户端可以使用服务帐户。但是如果我不能通过基本api url调出表、查询或任何东西,那么我可以继续…直到我卡住为止。提前感谢所有人