我的身份验证一切正常,但是当我尝试使用 php 库获取类别列表时:
// $client is the google client object
$youtube = new Google_YoutubeService($client);
$youtube->videoCategories->listVideoCategories("id");
我得到回应:
'调用 GET https://www.googleapis.com/youtube/v3/videoCategories?part=id 时出错:(400)未选择过滤器'
listVideoCategories 中没有“过滤器”选项,唯一接受的参数是 $part 和可选参数...与过滤器无关?