您必須啟用幾個API(在新的Google控制台中),一切才能正常進行。
轉到https://console.developers.google.com,并确保在“ API”下已啟用以下API:
1.“聯系人API” 2.“ Google+ API”
解決方法我正在嘗試使用Youtube API提取特定頻道中的所有視頻。我在Google Developers
Console中設置了項目,并獲得了API浏覽器密鑰。我啟用了YouTube數據API v3,為了安全起見,我啟用了YouTube分析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."
}
}
我正在使用的代碼。它什麼也沒做,隻是嘗試獲取數據。
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
總結
以上是真正的電腦專家為你收集整理的出現錯誤403:未配置訪問。請使用Google Developers Console激活您項目的API的全部内容,希望文章能夠幫你解決所遇到的問題。
如果覺得真正的電腦專家網站内容還不錯,歡迎将真正的電腦專家推薦給好友。
有話要說...