<bdo id='ycHJp'></bdo><ul id='ycHJp'></ul>

      1. <legend id='ycHJp'><style id='ycHJp'><dir id='ycHJp'><q id='ycHJp'></q></dir></style></legend>
      2. <tfoot id='ycHJp'></tfoot>

        <small id='ycHJp'></small><noframes id='ycHJp'>

        <i id='ycHJp'><tr id='ycHJp'><dt id='ycHJp'><q id='ycHJp'><span id='ycHJp'><b id='ycHJp'><form id='ycHJp'><ins id='ycHJp'></ins><ul id='ycHJp'></ul><sub id='ycHJp'></sub></form><legend id='ycHJp'></legend><bdo id='ycHJp'><pre id='ycHJp'><center id='ycHJp'></center></pre></bdo></b><th id='ycHJp'></th></span></q></dt></tr></i><div id='ycHJp'><tfoot id='ycHJp'></tfoot><dl id='ycHJp'><fieldset id='ycHJp'></fieldset></dl></div>
      3. 出现错误 403:未配置访问.请使用 Google Developers Console 为您的项目激活 API

        Getting Error 403: Access Not Configured. Please use Google Developers Console to activate the API for your project(出现错误 403:未配置访问.请使用 Google Developers Console 为您的项目激活 API)

        <tfoot id='LwuMP'></tfoot>
            <tbody id='LwuMP'></tbody>

            <small id='LwuMP'></small><noframes id='LwuMP'>

          1. <legend id='LwuMP'><style id='LwuMP'><dir id='LwuMP'><q id='LwuMP'></q></dir></style></legend>
            <i id='LwuMP'><tr id='LwuMP'><dt id='LwuMP'><q id='LwuMP'><span id='LwuMP'><b id='LwuMP'><form id='LwuMP'><ins id='LwuMP'></ins><ul id='LwuMP'></ul><sub id='LwuMP'></sub></form><legend id='LwuMP'></legend><bdo id='LwuMP'><pre id='LwuMP'><center id='LwuMP'></center></pre></bdo></b><th id='LwuMP'></th></span></q></dt></tr></i><div id='LwuMP'><tfoot id='LwuMP'></tfoot><dl id='LwuMP'><fieldset id='LwuMP'></fieldset></dl></div>
            • <bdo id='LwuMP'></bdo><ul id='LwuMP'></ul>

                • 本文介绍了出现错误 403:未配置访问.请使用 Google Developers Console 为您的项目激活 API的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在尝试使用 Youtube API 从特定频道中提取所有视频.我在 Google Developers Console 中设置了项目并获得了 API 浏览器密钥.我启用了 YouTube Data API v3,为了安全起见,我启用了 YouTube Analytics API.

                  I am trying to use the Youtube API to pull in all the videos from a particular channel. I set up the project in Google Developers Console and got an API browser key. I enabled YouTube Data API v3 and for safe measure, I enabled YouTube Analytics API.

                  我不知道我收到了这个错误.谁能帮帮我.

                  I do not know what I am getting this error. Can anyone help me.

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

                  我正在使用的代码.它还没有做任何事情,只是尝试获取数据.

                  Code i'm using. It doesn't do anything yet, just try to fetch the data.

                  jQuery.getJSON('https://www.googleapis.com/youtube/v3/channels?part=UncleBens&id=UncleBens&key=AIzaSyDXD80S1mFHH2HSZFxLemkae-_Cl_nY5Xk', function(data){
                      console.log(data);
                      for(var i=0; i<data.data.items.length; i++) {
                         console.log(data.data.items[i].title); // title
                         console.log(data.data.items[i].description); // description
                      }
                  });
                  

                  推荐答案

                  尝试在 Google Developers Console 如果还不是这样的话.

                  Try setting the "Referers" to "Any referer allowed" for your project (just leave the field empty) in the Google Developers Console if it is not already like that.

                  为此,请转到您的 Google Developers Console 并打开 API&Auth/Credentials 并单击Edit allowed referers"清空输入字段.

                  To do this, go to your Google Developers Console and open API & Auth / Credentials and click "Edit allowed referers" empty the input field.

                  这篇关于出现错误 403:未配置访问.请使用 Google Developers Console 为您的项目激活 API的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  在开发JS过程中,会经常遇到两个小数相运算的情况,但是运算结果却与预期不同,调试一下发现计算结果竟然有那么长一串尾巴。如下图所示: 产生原因: JavaScript对小数运算会先转成二进制,运算完毕再转回十进制,过程中会有丢失,不过不是所有的小数间运算会
                  问题描述: 在javascript中引用js代码,然后导致反斜杠丢失,发现字符串中的所有\信息丢失。比如在js中引用input type=text onkeyup=value=value.replace(/[^\d]/g,) ,结果导致正则表达式中的\丢失。 问题原因: 该字符串含有\,javascript对字符串进行了转
                  Rails/Javascript: How to inject rails variables into (very) simple javascript(Rails/Javascript:如何将 rails 变量注入(非常)简单的 javascript)
                  CoffeeScript always returns in anonymous function(CoffeeScript 总是以匿名函数返回)
                  Ordinals in words javascript(javascript中的序数)
                  getFullYear returns year before on first day of year(getFullYear 在一年的第一天返回前一年)

                      <small id='EeWtW'></small><noframes id='EeWtW'>

                    1. <legend id='EeWtW'><style id='EeWtW'><dir id='EeWtW'><q id='EeWtW'></q></dir></style></legend>

                      <tfoot id='EeWtW'></tfoot>
                          <tbody id='EeWtW'></tbody>
                        <i id='EeWtW'><tr id='EeWtW'><dt id='EeWtW'><q id='EeWtW'><span id='EeWtW'><b id='EeWtW'><form id='EeWtW'><ins id='EeWtW'></ins><ul id='EeWtW'></ul><sub id='EeWtW'></sub></form><legend id='EeWtW'></legend><bdo id='EeWtW'><pre id='EeWtW'><center id='EeWtW'></center></pre></bdo></b><th id='EeWtW'></th></span></q></dt></tr></i><div id='EeWtW'><tfoot id='EeWtW'></tfoot><dl id='EeWtW'><fieldset id='EeWtW'></fieldset></dl></div>
                        • <bdo id='EeWtW'></bdo><ul id='EeWtW'></ul>