0

We developed a video upload to YouTube several years ago (2013) that stopped working with a misleading error message, since the quota is not the issue, see error message:

{
"error": {
"code": 403,
"message": "The request cannot be completed because you have exceeded your \u003ca href=\"/youtube/v3/getting-started#quota\"\u003equota\u003c/a\u003e.",
"errors": [
{
"message": "The request cannot be completed because you have exceeded your \u003ca href=\"/youtube/v3/getting-started#quota\"\u003equota\u003c/a\u003e.",
"domain": "youtube.quota",
"reason": "quotaExceeded"
}
]
}
}

Could it be that the permissions to upload videos (insert) are not working anymore for the same Google account due to the changes Google/YouTube made in 2020? I am stuck and hope someone can tell me what the issue might be and how to fix it. Thanks!

  • Most likely your project has been [disabled due to inactivity](https://stackoverflow.com/a/63211212/8327971). – stvar Feb 01 '21 at 08:03
  • It is still active and shows "In production", so I guess that can't be the reason, but thanks – hyperCMS Dev Feb 02 '21 at 05:49
  • You may well obtain official accounts from Google staff by opening an issue report on company's own [issue tracker site](http://issuetracker.google.com/). They have all the info at hand to confirm (or otherwise refute) my conjecture. – stvar Feb 02 '21 at 11:18
  • Thanks, already reported the issue officially to Google – hyperCMS Dev Feb 03 '21 at 13:00

0 Answers0