Youtube API v3始终返回错误403(accessNotConfigured)

时间:2014-05-19 14:23:12

标签: android youtube youtube-api android-youtube-api

我已经阅读了许多修复此错误的答案,例如使用浏览器密钥而不是android密钥,但它们都不起作用。

我在我的开发者控制台上启用了YouTube Data API v3,我已经为Android生成了一个API密钥。

这是示例网址:

https://www.googleapis.com/youtube/v3/playlistItems?part=snippet&playlistId=PLAYLISTID&fields=items&key=ANDROID_API_KEY

它返回此错误:

{
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."
}
}

我已经激活了API,但它一直告诉我要激活它。我该怎么办?

在我的开发者控制台的项目列表视图中,该项目已经有10个请求和10个错误。

错误说“请使用Google Developers Console为您的项目激活API。”,这是否意味着我需要在打开API后发布/执行某些设置(在开发者控制台中)在Google API控制台中?

感谢您的帮助。

2 个答案:

答案 0 :(得分:5)

我相信Google系统中存在错误。

我需要使用浏览器应用密钥而不是Android密钥。

这还不够,我需要打开旧控制台,是刚开放

https://code.google.com/apis/console/b/0/?noredirect

搞笑部分是,我不需要做任何事情,只需打开旧控制台......即使生成的密钥是相同的,所以基本上应该没有问题。非常有趣的是浪费我的时间,希望这会帮助你。

答案 1 :(得分:-2)

以下是app could not be downloaded due to an error 403

的解决方法

方法1:针对大多数Android市场或Google Play相关错误的最常见修复方法。

转到system settings-> Accounts->Google->remove your Gmail account Now from settings->Apps->All->Force Stop,清除Google Play商店,Google服务框架和下载管理器的数据和缓存(如方法1中所示) 现在再次转到settings->Accounts->Google->Add your Gmail account 重新启动您的Android,然后接受所有Google条款并设置Google设置 重新运行Google Play商店并更新或安装您的应用。

方法2 - 清算代理:

转到Settings->Wireless and Networks->More->Mobile Networks APN (Access Point Name)->MOWAP->Edit 选择clear Proxy option 尝试在Google Play商店重新运行安装

方法3 - 路由器代理设置:

打开您的路由器配置或设置面板(例如,在浏览器上输入192.168.1.1会显示我的TP-Link路由器上的路由器设置) 现在找到你的filter settings->Uncheck Proxy 如果这不起作用uncheck Cookies box filter settings 现在从Google Play安装您的应用

方法4-替代Google帐户

如果您目前只有一个帐户,请创建另一个Google帐户 打开Google Play Store->Press Menu button->Accounts->select the alternative Gmail account 现在尝试安装应用

方法5-浏览器修复:我在Phonebuff.com上找到了这个解决方案。

  1. 在计算机的网络浏览器(最好是谷歌浏览器)上访问play.google.com。
  2. 登录您的Google帐户(点击右上角的登录按钮)。
  3. 搜索您要购买和下载的应用。
  4. 点击标题链接打开应用程序页面。
  5. 在“安装”或“购买”按钮上,右键单击并按“检查元素”。
  6. 在突出显示的行上方,您会看到几行代码。找到data-ispurchased = 'true'代码(在段落底部附近)。 双击数据中的true - 购买=“true”并将其更改为false,然后按键盘上的Enter键。
  7. 现在点击installedpurchased按照正常情况购买应用