【发布时间】:2012-07-01 15:55:26
【问题描述】:
我一直在尝试将我的项目迁移到新的 API,但在尝试如下 SQL 查询时出现以下错误:
这是返回的内容:
{
"error": {
"errors": [
{
"domain": "usageLimits",
"reason": "accessNotConfigured",
"message": "Access Not Configured"
}
],
"code": 403,
"message": "Access Not Configured"
}
}
我做错了什么?
【问题讨论】:
-
对我来说,当我输入我的 API 密钥时,这两个查询都有效。你已经解决了这个问题吗?
标签: json jsonp google-fusion-tables http-status-code-403