使用YouTube API v3搜索高清视频?

使用YouTube API v3搜索高清视频?,youtube,youtube-api,Youtube,Youtube Api,检索高清视频时,我收到无效的搜索筛选器错误组合。这是url-{Developerkey} 错误报告 { "error": { "errors": [ { "domain": "youtube.search", "reason": "invalidSearchFilter", "message": "Invalid combination of search filters and/or restrictions.", "locationType": "

检索高清视频时,我收到无效的搜索筛选器错误组合。这是url-{Developerkey}

错误报告

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

可以检索高清视频吗?请引导我。如何从该URL获取响应?谢谢

您还需要包括
type=video
查询参数,因为只有当结果仅限于视频时,高清晰度过滤才有意义


也就是说,返回的错误消息实际上没有帮助,我将要求工程团队对其进行修改,以便澄清错误。

您还需要包含
type=video
查询参数,因为只有当结果仅限于视频时,高清晰度过滤才有意义

也就是说,返回的错误消息实际上没有帮助,我将要求工程团队对其进行修改,以便澄清错误