代表内容所有者(youtube合作伙伴)使用youtube API V3列出所有youtube广播的正确方式是什么



我试过这个:

来到这里-https://developers.google.com/youtube/v3/docs/search/list

设置以下参数:

部分片段

eventType-实时(也已尝试,已完成)

forContentOwner-真正的

onBehalfContentOwner-"合作伙伴ID">

类型-视频

通过打开表单右上角的OAuth,我已经使用合作伙伴登录凭据进行了正确的身份验证

文档中说,如果设置了"eventType",则"type"应设置为"video",如果设置"forContentOwner",则应提供onBehlafOfContentOwner,并应进行正确的身份验证,所有这些我都清楚地做了,但我得到了以下错误:

400 Bad Request
- Show headers -
{
"error": {
"errors": [
{
"domain": "youtube.search",
"reason": "invalidSearchFilter",
"message": "Invalid combination of search filters and/or restrictions.",
"locationType": "parameter",
"location": ""
}
],
"code": 400,
"message": "Invalid combination of search filters and/or restrictions."
}
}

正如调试信息中所说:video_filter不支持与for_content_owner筛选器组合使用。

所以你不能这样做。

相关内容

  • 没有找到相关文章

最新更新