Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/three.js/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Youtube api 无法从此频道获取视频“;UCDtoxgCJVoKp_imqwtuupw“;_Youtube Api_Google Apis Explorer - Fatal编程技术网

Youtube api 无法从此频道获取视频“;UCDtoxgCJVoKp_imqwtuupw“;

Youtube api 无法从此频道获取视频“;UCDtoxgCJVoKp_imqwtuupw“;,youtube-api,google-apis-explorer,Youtube Api,Google Apis Explorer,尝试从此频道获取视频时遇到问题: https://www.youtube.com/channel/UCDtoxgCJVoKp_ImQqWTuUpw 我使用了api https://www.googleapis.com/youtube/v3/search?part=id,snippet&maxResults=50&channelId=UCDtoxgCJVoKp_ImQqWTuUpw&publishedBefore=2020-01-31T23:59:59Z&publ

尝试从此频道获取视频时遇到问题:

https://www.youtube.com/channel/UCDtoxgCJVoKp_ImQqWTuUpw
我使用了api

https://www.googleapis.com/youtube/v3/search?part=id,snippet&maxResults=50&channelId=UCDtoxgCJVoKp_ImQqWTuUpw&publishedBefore=2020-01-31T23:59:59Z&publishedAfter=2019-06-01T00:00:00Z&order=date&key={ACCESS_TOKEN}
去拿。我希望结果包含六个月的视频,但我什么也没有得到

根据此链接的“视频”选项卡

https://www.youtube.com/user/businesseventsth/videos?view=0&sort=dd&shelf_id=1

应该有10个以上的视频。

尝试使用playlitems请求从给定的播放列表中检索视频。看看这个,谢谢你的回答。我试着使用route Playlistem。我认为此方法无法获取通道id的数据。我再次尝试使用路由搜索。我用视频和频道设置参数类型。我可以在上传视频选项卡中显示许多数据。在那之后,我又尝试了一次,我用数据、频道和播放列表设置了param type。我什么都没有。我认为当我在PARAM BigBigKon中设置播放列表时,它就像一个bug,如果是的话,请考虑发布这个问题。