YouTube node stops working - exceeded quota

Describe the issue/error/question

YouTube node gives an error after uploading a few files. I checked google cloud console and I haven’t reached the quota - it’s just like 20 videos a day or so (and so far uploaded only 10)

What is the error message (if any)?

image

“ERROR: Forbidden - perhaps check your credentials?
{ “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” } ] } }”

Please share the workflow

Share the output returned by the last node

Information on your n8n setup

  • **n8n version:**0.182
  • **Database you’re using (default: SQLite):**default
  • **Running n8n with the execution process [own(default), main]:**own
  • **Running n8n via [Docker, npm, n8n.cloud, desktop app]:**desktop

Hey @pooria, the error is coming from Youtube’s API rather than n8n so you’d need to check with Google for details on this. APIs often have multiple different rate limits (a per minute limit in addition to a per day limit for example). So you could try adding a Wait node before your YouTube node to throttle your request a bit.

Thanks @MutedJam that worked! only for a few videos though, will review the google API limit