Hi,
I am using the youtube api for uploading video, today I am getting following error:
<errors><error><domain>yt:quota</domain><code>too_many_recent_calls</code></error></errors>
Tell me how to resolve the issue?
Thanks
Hi,
If your application is receiving such error, then stop your application and wait for 10-15 minutes. Then start the application, after 10-15 minutes error will go away.
Thanks
Hi,
Such error comes if your limit exceeds the quota.
You will get the error in following xml format:
<errors> <error> <domain>yt:quota</domain> <code>too_many_recent_calls</code> </error> </errors>
To resolve this it's advisable to wait for 10-15 minutes and then start your application which is calling the google api.
Thanks
Hi,
According to the above suggestions I have stopped my application for 20 minutes and then started it. It worked!!
Thanks!!!
Ads