我正嘗試使用API在我的客戶網站上嵌入現場活動視頻。我正在嘗試使用youtube.liveBroadcasts.list檢索公共直播視頻列表。YouTube API直播
它正在編寫API Explorer query builder。
當我將請求複製到瀏覽器時,我得到一個login required
錯誤。
{
"error": {
"errors": [
{
"domain": "global",
"reason": "required",
"message": "Login Required",
"locationType": "header",
"location": "Authorization"
}
],
"code": 401,
"message": "Login Required"
}
}
的問題是:
- 爲什麼我需要驗證,如果我請求公衆實況轉播? API密鑰不夠用?
- 是否有其他方式獲取所有用戶的公共直播活動?
感謝(設置
eventType
到live
需要時),這對我來說不夠好! – Yuli