我按照提供的示例here,在Google开发者控制台中创建并注册了我的应用程序,将我的客户ID添加到身份验证中,为我的应用启用了YouTube数据API,甚至在我的帐户中启用了结算功能是我收到的错误消息:
代码403:超出未经身份验证的使用的每日限制。继续使用需要注册。
我也尝试了以下内容:
以下是完整回复:
[
{
"error": {
"code": 403,
"message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup.",
"data": [
{
"domain": "usageLimits",
"reason": "dailyLimitExceededUnreg",
"message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup.",
"extendedHelp": "https://code.google.com/apis/console"
}
]
},
"id": "gapiRpc"
}
]
对此有何想法?