Youtube API v3 获取缺少评论库



我想通过Youtube API v3获取视频评论。我已按照文档中给出的说明进行操作,并在此页面中下载了库:https://developers.google.com/api-client-library/java/apis/youtube/v3#sample。我已经将库中的所有 jar 文件添加到我的项目中,但仍然以某种方式缺少库。我在这些导入行中遇到错误:

import com.google.api.services.youtube.model.V3CommentListResponse;
import com.google.api.services.youtube.model.V3CommentThreadListResponse;
import com.google.common.collect.Lists;
import com.google.api.client.json.jackson.JacksonFactory;
import com.google.api.services.samples.youtube.cmdline.Auth;

我应该将哪些库添加到我的项目中,如何获取它们?

谢谢

发件人: https://github.com/youtube/api-samples/pull/39

修复: V3CommentThreadListResponse => CommentThreadListResponse

修复: V3CommentListResponse => CommentListResponse

相关内容

  • 没有找到相关文章

最新更新