问题描述
我的团队使用 Youtube API 进行为期 2 周的比赛,参赛者必须发送视频.我们希望将这些视频托管在 Youtube 上,仅保留 3 或 4 周.
my team uses the Youtube API for a 2 week contest, where participants have to send a video. We want these videos to be hosted on Youtube, only for 3 or 4 weeks.
但是,根据 Youtube 的 API 文档 和 配额计算器:
一次视频上传的成本约为 1600 个单元.
和
每天查询(默认):10 000 个单位(最大)
这意味着我们每天发送的视频不能超过 6.25 个,这在我们的案例中很成问题.
This means that we can not have more than 6.25 videos sent per day, which is very problematic in our case.
还表示:
如果达到配额限制,您可以在开发者控制台中的配额标签.
我们已经完成了这个很长的表格(昨天),所以我们有三个问题:
We have completed this very long form (yesterday), so we have three questions:
- YouTube 需要多长时间回复此表单,增加配额的延迟是多少?
- 我们有一个结算账户,如果需要支付,在 3 或 4 周内增加配额的价格是多少?
- 您认为是否可以通过实时联系(电话/聊天)来加快我们的请求?
这些问题可能听起来很愚蠢,但这是一个紧急情况,我在这里和 API 文档中的许多搜索都没有找到答案.
These questions may sound silly, but it's an emergency and I have not found answers to my many searches here and in the API documentation.
也许这里的一些人已经要求增加配额并且能够回答这些问题.
Maybe some people here have already asked for a quota increase and will be able to answer those questions.
预先感谢您的帮助.
推荐答案
这真的取决于 API.有些可能需要长达两个月的时间,有些可能需要几周的时间.所以预计需要一段时间.
It really depends upon the API. Some can take as long as two months others take a few weeks. So expect it will take a while.
我们有一个结算账户,如果需要支付,超过 3 周或 4 周的配额增加的价格是多少?
据我所知,YouTube API 是一个免费的 API.据我所知,它没有公开定价.
To my knowledge the YouTube API is a free API. To my knowledge there is no public pricing for it.
但是,如果他们与您联系,您可以与开发者关系经理合作,以一定的价格增加您的 API 配额.它没有记录在案,因为它因应用程序而异.
However if they contact you can work with a developer relations manager to increase your API quota for a price. It isn’t documented because it varies based on an application-by-application basis.
您认为可以通过实时联系(电话/聊天)来加快我们的请求吗?
由于您已请求增加配额.开发者关系可能会与您联系并与您合作,为您提供所需的服务.
Since you have requested a quota increase. Developer relations may contact you and work with you on giving you what you need.
这篇关于Youtube API 更高的配额(形式):响应时间和价格的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!