11

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.

However, according to the Youtube's API Documentation and the Quota Calculator :

A video upload has a cost of approximately 1600 units.

and

Queries per day (default) : 10 000 units (max)

This means that we can not have more than 6.25 videos sent per day, which is very problematic in our case.

It is also indicated:

If you reach the quota limit, you can request additional quota on the Quotas tab in the Developer's Console.

To increase this maximum value, you can request a higher quota with this form.

We have completed this very long form (yesterday), so we have three questions:

  1. How long does YouTube have to respond to this form and what are the delay for increasing the quota?
  2. We have a billing account, what is the price of a quota increase over 3 or 4 weeks if it's necessary to pay ?
  3. Do you think it is possible to contact live (phone / chat) to speed up our request?

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.

Thank you in advance for your help.

Community
  • 1
  • 1
Victor
  • 113
  • 1
  • 6
  • 2
    I'm in the same boat. Did you get a response yet? – beachCode Feb 19 '19 at 07:54
  • Hey, any response from YouTube team? – Yury Bushev Sep 02 '19 at 11:58
  • The form was sent on the 15/02, we received a response from Youtube on 25/02 (10 days later). Response : "Your quota extension request has been rejected based on the information you provided because of the following reason:The project number provided is invalid.". So we abandoned the choice of the Youtube API. – Victor Sep 03 '19 at 12:44

1 Answers1

7

How long does YouTube have to respond to this form and what are the delay for increasing the quota?

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.

We have a billing account, what is the price of a quota increase over 3 or 4 weeks if it's necessary to pay ?

To my knowledge the YouTube API is a free API. To my knowledge there is no public pricing for it.

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.

Do you think it is possible to contact live (phone / chat) to speed up our request?

Since you have requested a quota increase. Developer relations may contact you and work with you on giving you what you need.

Roel Van de Paar
  • 2,111
  • 1
  • 24
  • 38
Linda Lawton - DaImTo
  • 106,405
  • 32
  • 180
  • 449
  • The second part of your answer is wrong. 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. – JAL Feb 22 '19 at 08:36
  • You also don’t need an account with millions of subscribers to reach YouTube dev relations. I did this with an app prior to release and discussed increasing my quota. – JAL Feb 22 '19 at 08:38
  • Give me a minute i will tweek my anwser. The apps i have created were always small i have never been contacted – Linda Lawton - DaImTo Feb 22 '19 at 08:50
  • 1
    @JAL how did you get a developer relations manager? I want to pay to increase the speed in their response to my quota increase form. – James Apr 04 '20 at 04:25
  • @James I dont think thats how it works. I think you need to wait. – Linda Lawton - DaImTo Jun 16 '20 at 06:42