gpt4 book ai didi

android - 如何在YouTube数据API v3(JAVA/Android)中设置图表参数

转载 作者:行者123 更新时间:2023-12-03 05:59:18 27 4
gpt4 key购买 nike

您好,这是我的代码以获取视频列表。

YouTube.Videos.List listVideosRequest = youtube.videos().list("snippet, contentDetails");
listVideosRequest.setKey(apiKey);

我无法找到一种方法来设置图表参数(“过滤器”选项之一)。实际上,我想检索我所在地区最受欢迎的视频列表。提前致谢

最佳答案

尝试这样。
首先检查您的项目中是否包含适当的lib。因为有时它可能不会显示所有方法。对于更新的库,请单击here
更新库后,

YouTube.Videos.List listVideosRequest = youtube.videos().list("snippet, contentDetails");
listVideosRequest.setChart("mostPopular");
listVideosRequest.setKey(apiKey);

关于android - 如何在YouTube数据API v3(JAVA/Android)中设置图表参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24548970/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com