我正在尝试做一个简单的表格调用
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>
我也尝试过 SELECT,结果相同。