gpt4 book ai didi

api - 使用 YouTube 视频 API 时无法获取 fileDetails 部分

转载 作者:行者123 更新时间:2023-12-03 05:47:29 28 4
gpt4 key购买 nike

我正在尝试使用 YouTube API 从 YouTube 获取视频列表。我正在使用 API key 。当我使用下面的 URL 时,一切正常,我得到了想要的结果:
获取 https://www.googleapis.com/youtube/v3/videos?part=id%2Csnippet%2CcontentDetails&id=I6zuKbBlmRo&key= {YOUR_API_KEY}

但是当我将 fileDetails 添加到 part 参数时,我得到了一个 403 禁止错误的响应:
获取 https://www.googleapis.com/youtube/v3/videos?part=id%2Csnippet%2CcontentDetails%2CfileDetails&id=I6zuKbBlmRo&key= {YOUR_API_KEY}

403禁止

任何帮助将不胜感激。

谢谢

最佳答案

来自 YouTube APIv3 文档:

    The **fileDetails** object encapsulates information about the video file that was   
uploaded to YouTube, including the file's resolution, duration, audio and video
codecs, stream bitrates, and more. **This data can only be retrieved by the video owner.**

只有所有者才能获得这些属性。

关于api - 使用 YouTube 视频 API 时无法获取 fileDetails 部分,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17180550/

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