Json 403对融合表进行SQL查询时出错

Json 403对融合表进行SQL查询时出错,json,jsonp,google-fusion-tables,http-status-code-403,Json,Jsonp,Google Fusion Tables,Http Status Code 403,我一直在尝试将我的项目迁移到新API,但在尝试SQL查询时出现以下错误,例如: 以下是返回的内容: { "error": { "errors": [ { "domain": "usageLimits", "reason": "accessNotConfigured", "message": "Access Not Configured" } ], "code": 403, "message": "Access Not Configured"

我一直在尝试将我的项目迁移到新API,但在尝试SQL查询时出现以下错误,例如:

以下是返回的内容:

{
 "error": {
  "errors": [
   {
    "domain": "usageLimits",
    "reason": "accessNotConfigured",
    "message": "Access Not Configured"
   }
  ],
  "code": 403,
  "message": "Access Not Configured"
 }
}
但以下查询确实有效:


我做错了什么?

奇怪的是,我在API控制台中启动了一个新项目,并使用新的API键修复了它。

您还需要确保融合表是可导出的

File → About this table
       → Edit table information
         → Check the "Allow download" checkbox

对我来说,当我输入API密钥时,这两个查询都可以工作。你已经解决了这个问题吗?