| Summary: | 503 error fetching google calendar. | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] Akonadi | Reporter: | Peter Lewis <pete> |
| Component: | Google Resource | Assignee: | Daniel Vrátil <dvratil> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | lindsay.mathieson, pim-bugs-null, vkrause |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
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. 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. |
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.