我正在此页面上试用 youtube Data API v3:https ://developers.google.com/youtube/v3/docs/search/list
只要videoEmbeddable参数留空,每个请求都可以正常工作。一旦我将其设置为true或any,我就会收到错误的请求响应。
{
"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."
}
}
我错过了什么吗?