dailyLimitExceededUnreg from Fusion Tables API



我正在尝试做一个简单的表调用

https://www.googleapis.com/fusiontables/v1/tables/.......

但无论我做什么我都无法超越

{
 "error": {
  "errors": [
   {
    "domain": "usageLimits",
    "reason": "dailyLimitExceededUnreg",
    "message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup.",
    "extendedHelp": "https://code.google.com/apis/console"
   }
  ],
  "code": 403,
  "message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup."
 }
}

我尝试在有和没有浏览器密钥的情况下发出请求。我已经尝试过"网络上的公众"和"任何有链接的人"。设置了"允许下载"标志。我不确定还需要设置什么?

编辑:

完整的网址是

https://www.googleapis.com/fusiontables/v1/tables/<table id>&key=<browser key>

我也尝试了选择,结果相同。

网址中的语法不正确。参考文档中的示例对我有用

你需要一个 API 密钥,你可以在这里阅读更多关于它的信息 https://developers.google.com/fusiontables/docs/v1/using#APIKey

相关内容

  • 没有找到相关文章

最新更新