通过 YouTube 数据 API 列出视频的配额成本和 ID 限制是多少?

发布于 2025-01-10 01:43:47 字数 308 浏览 1 评论 0原文

我正在使用 YouTube 数据 API 列出视频: https://developers.google.com/youtube/v3/docs/videos/ list

在文档中,它指出此调用会产生 1 个配额单位。 它还指出“id”字段是一个以逗号分隔的视频 ID 列表。

“id”字段中可以放入多少个视频 ID? 无论“id”字段中有多少视频ID,配额成本仍然只是1吗?

I am listing videos using the YouTube Data API:
https://developers.google.com/youtube/v3/docs/videos/list

In the documentation it states that this call incurs 1 unit of quota.
It also states that the "id" field is a comma-separated list of video IDs.

How many video IDs can be put in the "id" field?
Is the quota cost still just 1 no matter how many video IDs is in the "id" field?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

御弟哥哥 2025-01-17 01:43:47

配额费用取决于您提出的请求数量。如果您对 videos.list 进行一次调用,则会产生费用一点。

添加 ids 不会影响您发出的请求数量,它仍然只是一个请求。

至于你可以过滤的 id 数量。文档没有说明有限制。

id 字符串
id 参数指定要检索的资源的 YouTube 视频 ID 的逗号分隔列表。在视频资源中,id 属性指定视频的 ID。

尝试一下,看看您可以添加多少个。老实说,限制可能只是谷歌方面数组大小的限制。

Quota cost is based upon the number of requests you make. If you make a single call to videos.list its going to cost one point.

Adding ids does not effect the number of requests you are making its still just going to be one request.

As for the number of ids you can filter on. The documentation doesn't state there is a limit.

id string
The id parameter specifies a comma-separated list of the YouTube video ID(s) for the resource(s) that are being retrieved. In a video resource, the id property specifies the video's ID.

Give it a try see how many you can add. TBH the limit may be just by the limit of the size of the array on googles side.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文