Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 595846 - gnome-extra/evolution-data-server: error opening google task list: Daily Limit Exceeded
Summary: gnome-extra/evolution-data-server: error opening google task list: Daily Limi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux Gnome Desktop Team
URL: https://bugzilla.gnome.org/show_bug.c...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-02 03:23 UTC by Jan Vesely
Modified: 2016-12-05 09:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Vesely 2016-10-02 03:23:37 UTC
When trying to use google task list late in the day (after 10pm EDT) I get this 
"unable to open task list" error message:

Unable to connect to 'Tasks': Cannot open calendar: Authentication required: {
 "error": {
  "errors": [
   {
    "domain": "usageLimits",
    "reason": "dailyLimitExceeded",
    "message": "Daily Limit Exceeded. The quota will be reset at midnight Pacific Time (PT). You may monitor your quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/tasks/quotas?project=923794261470",
    "extendedHelp": "https://console.developers.google.com/apis/api/tasks/quotas?project=923794261470"
   }
  ],
  "code": 403,
  "message": "Daily Limit Exceeded. The quota will be reset at midnight Pacific Time (PT). You may monitor your quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/tasks/quotas?project=923794261470"
 }
}

afaik, the google API keys used by evolution are registered to Debarshi Ray (upstream Gnome). It might make sense to provide Gentoo specific set of keys. (or work with upstream gnome to bump the limit)
Comment 2 Jan Vesely 2016-10-13 01:37:39 UTC
(In reply to Pacho Ramos from comment #1)
> It looks like:
> https://bugzilla.gnome.org/show_bug.cgi?id=761450
> 
> If that is the case, the following two patches should help:
> http://pkgs.fedoraproject.org/cgit/rpms/evolution-data-server.git/plain/
> evolution-data-server-3.20.5-caldav-goa-daily-limit-exceeded.patch?h=f24
> http://pkgs.fedoraproject.org/cgit/rpms/evolution-data-server.git/plain/
> evolution-data-server-3.20.5-caldav-goa-daily-limit-exceeded-2.patch?h=f24
> 
> Could you try them?

I have been running for the pas couple days with both patches applied. However, I still see the error, and it's not just task list, but for calendars too.
I see for two google accounts (gmail and gapps for education)
Comment 3 Gilles Dartiguelongue (RETIRED) gentoo-dev 2016-10-26 06:59:16 UTC
While working on 3.22, this issue actually became more problematic for me. It seems upstream re-opened at https://bugzilla.gnome.org/show_bug.cgi?id=771547.
Comment 4 Pacho Ramos gentoo-dev 2016-12-05 09:45:03 UTC
3.20.6 and 3.22.2 should fix this