如何使用从节点中的localhost查询youtube数据api?

时间:2014-08-17 03:33:09

标签: javascript node.js youtube-api localhost youtube-data-api

这是我当前的请求代码(我使用蓝鸟)。

request.getAsync('https://www.googleapis.com/youtube/v3/search?part=id&q=all+time+low&key=AIzaSyDaHcw5b3PPbw60RPsscYnT0qKeRfesn0s').then(function(results){
    console.log("results:", results[0].body);
});

我总是得到:

"code": 403,
"message": "Access Not Configured. Please use Google Developers Console to activate the API for your project."

我已尝试将我能想到的所有内容添加到我的推荐内容中,但似乎没有任何效果? 我是否必须做一些特别的事情来设置它?

我尝试过的事情没有成功:

localhost/*
127.0.0.1/*
localhost:1337/*
192.168.1.120
127.0.0.1

0 个答案:

没有答案