3

I am getting error messages after 4 video upload through API. I have created a new project in console and I only have 10 000 daily quote although "Queries per 100 seconds per user" is 300 000 so I don't get it why my daily limit is so low... Do you have the same quote if you create a project now? I am getting the below error messages what could be the issue?

The service youtube has thrown an exception: Google.GoogleApiException: Google.Apis.Requests.RequestError The request cannot be completed because you have exceeded your quota. [403] Errors [ Message[The request cannot be completed because you have exceeded your quota.] Location[ - ] Reason[quotaExceeded] Domain[youtube.quota] ]

at Google.Apis.Upload.ResumableUpload`1.d__25.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Google.Apis.Upload.ResumableUpload.d__70.MoveNext()

bartsimpsons
  • 39
  • 1
  • 3
  • 2
    Possible duplicate of [Youtube API Limitations](https://stackoverflow.com/questions/15568405/youtube-api-limitations) – Andreas Jan 16 '19 at 01:48
  • I don't think it's actually a duplicate to the posted SO question. I believe the issue is not authenticating properly so it uses the "default" credentials that are extremely limited. Are you sure you're authenticating your API request properly? – Nathan Champion Jan 16 '19 at 02:48
  • Yes I use oAuth authentication and I see the 10 000 daily quote on my dashboard too – bartsimpsons Jan 17 '19 at 19:14
  • is there any alternatives for that YouTube API or other Service ? i am also not getting response. – Omtechguy Feb 26 '20 at 16:41

1 Answers1

2

i have the exact same issue as you, only 10k daily quota. pretty sure the default used to be a lot higher, like 1 million or something

i found this form you can use to request an quota increase, but 10k seems laughably low so i dont think we should have to request a increase (also it ask for all kinds of info like your a company)

https://docs.google.com/forms/d/e/1FAIpQLSd5HxReFtxATJLNfLwQiucfQwYL295Xemgc6nhFXo1vcitg3A/formResponse

fbfs
  • 31
  • 1
  • 2
    I filled that form already but no surprise I got no answer... just what I have expected from google customer service... – bartsimpsons Jan 18 '19 at 20:13
  • 1
    I have the same issue. 10,000 is unusable. Even after enabling billing and submitting the exemption form, I'm still stuck at 10K. It's not even enough for dev and test. – beachCode Feb 13 '19 at 18:36
  • is there any alternatives for that YouTube API or other Service ? i am also not getting response. – Omtechguy Feb 26 '20 at 16:41
  • Did any of you ever get a response from Google? 10k limit is ridiculous. – Supertecnoboff Mar 31 '20 at 20:04