【发布时间】:2017-08-06 00:32:42
【问题描述】:
网址
https://sheets.googleapis.com/v4/spreadsheets/[ID_OF_SPREADSHEET]?key=[MY_API_KEY]
我得到了什么
{
"error": {
"code": 403,
"message": "The caller does not have permission",
"status": "PERMISSION_DENIED"
}
}
目前,为了测试,我的 API 密钥没有密钥限制。
I've had a look at a past question that's been popular but no luck.
【问题讨论】:
-
你试过我的建议了吗?