-1

I am trying to add a brand new youtube video (to our Magento 2 website) we just uploaded and am already receiving the "quota exceeded" response from the youtube api.

How do I fix this?

  • You need more quota. For that, check [this answer](https://stackoverflow.com/a/39496800/4092887). These entries [(1)](https://issuetracker.google.com/issues/161305379) [(2)](https://issuetracker.google.com/issues/166163968) in issue tracker reffers to the same form to apply for more quota. – Mauricio Arias Olave Sep 18 '20 at 16:03

1 Answers1

0

According to the YouTube Data API official documentation:

Note: If you reach the quota limit, you can request additional quota by completing the Quota extension request form for YouTube API Services.

Mauricio Arias Olave
  • 2,259
  • 4
  • 25
  • 70
  • the video I am trying to link is brand new and in the API reporting area no quota has been used on it yet – user2813308004 Sep 18 '20 at 20:13
  • @user2813308004 how big the video is?, maybe it exceeds your quota. If you consider this is a problem, please use Issue Tracker. See [my answer](https://stackoverflow.com/a/63960647/4092887) for more information. – Mauricio Arias Olave Sep 18 '20 at 20:35