【发布时间】:2012-12-27 06:35:07
【问题描述】:
我正在试用 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."
}
}
我错过了什么吗?
【问题讨论】:
-
你能把你使用的代码贴出来吗?
标签: search youtube-api video-embedding