このページでyouTubeDataAPIv3を試しています: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."
}
}
私は何かが足りないのですか?