abujehad139 / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

Exception-Quota Exceeded #223

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.When I run the code and executed the line
_service.Settings.Get("timezone").Fetch(),I got the following exception.
The request 'Google.Apis.Requests.Request(get @ 
https://www.googleapis.com/calendar/v3/users/me/settings/timezone?alt=json&prett
yPrint=true [^])' has failed. The service calendar has thrown an exception: 
Google.GoogleApiRequestException: Google.Apis.Requests.RequestError
Daily Limit Exceeded [403]
Errors [
    Message[Daily Limit Exceeded] Location[ - ] Reason[dailyLimitExceeded] Domain[usageLimits]
]
 ---> System.Net.WebException: The remote server returned an error: (403) Forbidden.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.
When I checked the Api console we only had 3250 requests out of 20,000 
allocated for the day.Why this exception is coming in this situation ?Is Google 
counting the failed requests separately and successful and failed requests 
together exceeding the daily limit?

Thanks,
Sreedevi

Original issue reported on code.google.com by sreedevi...@gmail.com on 15 Jun 2012 at 10:09

GoogleCodeExporter commented 9 years ago
Hi there,
Sorry to say but this site only supports the client, I have no knowledge of the 
server components. For support of the calendar api please see the calendar api 
website https://developers.google.com/google-apps/calendar/.

Sorry.

Original comment by davidwat...@google.com on 28 Jul 2012 at 4:46