Bug 299732 - 503 error fetching google calendar.
Summary: 503 error fetching google calendar.
Status: RESOLVED FIXED
Alias: None
Product: Akonadi
Classification: Frameworks and Libraries
Component: Google Resource (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Daniel Vrátil
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-10 10:41 UTC by Peter Lewis
Modified: 2012-06-08 14:59 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Lewis 2012-05-10 10:41:30 UTC
I've created a new google akonadi resource, using KDE 4.8.3 and akonadi-google 0.3.1. I can successfully authenticate and get the list of calendars and task lists, but then when I click ok, instead of fetching the calendar from google and displaying it, akonadi gives me the following error:

akonadi_googlecalendar_resource_9(11079) KGoogle::AccessManagerPrivate::nam_replyReceived: User quota exceeded. 
akonadi_googlecalendar_resource_9(11079) KGoogle::AccessManagerPrivate::nam_replyReceived: "{
 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "backendError",
    "message": "Backend Error"
   }
  ],
  "code": 503,
  "message": "Backend Error"
 }
}
" 

And nothing is fetched from google.

Thanks.

Reproducible: Always

Steps to Reproduce:
1. Create a google calendar resource.
2. Check a calendar to fetch.
3. Click OK.
Actual Results:  
Nothing is fetched and the error is displayed.

Expected Results:  
The Google calendar should be fetched and displayed in korganizer.
Comment 1 Daniel Vrátil 2012-05-21 22:28:04 UTC
Thanks for reporting the issue. 

Google has a quota for number of requests per day (10k for calendars, 5k for tasks) and it looks like we already manage to reach the numbers at the end of a day. I have requested extending of the quota, so hopefully this should be resolved soon.
Comment 2 Daniel Vrátil 2012-06-08 14:59:40 UTC
The quota has been raised to 200,000 requests/day/service for Calendars and Tasks APIs. I'll be watching the graphs and will request another extend if we should get near the limits again.