【发布时间】:2014-02-08 21:28:24
【问题描述】:
我正在尝试使用 Youtube Data API v3 在 android 上进行搜索,但当我尝试使用我的 API 密钥进行搜索时,我总是收到以下消息:
{
"error": {
"errors": [
{
"domain": "usageLimits",
"reason": "accessNotConfigured",
"message": "Access Not Configured. Please use Google Developers Console to activate the API for your project."
}
],
"code": 403,
"message": "Access Not Configured. Please use Google Developers Console to activate the API for your project."
}
}
我在控制台中将 Youtube 数据 API 设置为开启。几个小时以来,我一直试图弄清楚这一点。有谁知道怎么回事?
【问题讨论】:
标签: android youtube-api google-api-java-client android-youtube-api youtube-data-api