1

It's my quota usage from console.developers.google.com:

YouTube Data API v3
Queries per day
    165 553 / 1 000 000
YouTube Data API v3
Queries per 100 seconds
    — / 3 000 000
YouTube Data API v3
Queries per 100 seconds per user
    — / 300 000

But I got:

[ { domain: 'youtube.video',
    reason: 'uploadLimitExceeded',
    message: 'The user has exceeded the number of videos they may upload.' } ],

Why?

ivanesi
  • 1,603
  • 2
  • 15
  • 26
  • Possible duplicate of [Youtube video upload limit exceeded](https://stackoverflow.com/questions/43078858/youtube-video-upload-limit-exceeded) – paolo Aug 28 '17 at 08:12

1 Answers1

1

You can only upload a set amount of videos to YouTube a day, this is not a quota of the API.

LW001
  • 2,452
  • 6
  • 27
  • 36