google_addressbook
google_addressbook copied to clipboard
This plugin lets you sync your Google Addressbook in readonly mode with Roundcube.
Avoids error if table already exists in DB
This plugin doesn't work. I always get googleunreachable from sync-cli.sh. google_addressbook was installed by composer and MySQL Table was created. Roundcube Webmail 1.5.2 php 7.4 OAuth-App created contacts api activated...
I get this in the contacts settings pane. `Fatal error: Uncaught Error: Class 'Google_Client' not found in ` fresh install of Roundcube 1.3.10 php 7.3 Should this still work? Thanks.
Since moving from mysql to sqlite3 I have been occasionally getting the following errors when running sync-cli.sh via cron: > ERROR: [5] database is locked (SQL Query: INSERT INTO "contacts_google"...
Roundcube 1.4.3 w/ mariadb-server-10.3.17-1 on CentOS 8. Receive a "duplicate key" error when trying to create the contacts_google table in MariaDB. # mysql roundcubemail < SQL/mysql.initial.sql ERROR 1005 (HY000) at...
The version composer installs has requirement of beta level google/apiclient. Is this not compatible with stable versions of google/apiclient? Would be great if the plugin was easily installable with composerm,...
I have just installed the google_addressbook plugin using Composer. It all seemed to go well (except that I had to run the SQL/mysql.initial.sql file manually), and the plugin shows up...
When i change an setting of do an reauth or setup a new account: The api key does not save in roundcube 1.3 and above.
When I click on the "Click here to get the authorization" link from the settings page inside roundcube I am taken to a google page with a 400-error. If I...
Hello, I'm receiving this error when I run `composer require stwa/google-addressbook`. However, when I attempt to run `composer require google/apiclient 1.0.6@beta` (I'm assuming this is going to be for any...