despite the contacts being listed in akonadiconsole, kaddressbook displays zero contacts Reproducible: Always Steps to Reproduce: add googje contacts akonadi resource watch it sync open kaddressbook Actual Results: no contacts displayed Expected Results: contacts displayed
This Bug is confirmed by using steps as given by the bug Reporter KDE version 4.9.5 KUBUNTU version 12.10 KAdressbook version 4.9.2
are you using libkgapi 0.4.4 ?
I get this on stderr when running on akonadiconsole on the terminal Application '/usr/bin/akonadi_googlecontacts_resource' exited normally... akonadi_googlecontacts_resource_1(23330) KGAPI::AccessManagerPrivate::nam_replyReceived: User quota exceeded. akonadi_googlecontacts_resource_1(23330) KGAPI::AccessManagerPrivate::nam_replyReceived: "Temporary problem - please try again later and consider using batch operations. The user is over quota." json_parser - syntax error found, forcing abort, Line 1 Column 0 Application '/usr/bin/akonadi_googlecalendar_resource' exited normally...
rpm -q libkgapi libkgapi-0.4.4-1.fc18.x86_64
This has been solved in master by porting the resource to LibKGAPI 2, which can handle quota issues in any service by temporarily delaying the request and then increasing delay between further requests.