This manual is deprecated. Please visit https://groupoffice.readthedocs.io for the latest documentation.

Google Drive

From Group-Office Groupware and CRM Documentation
Revision as of 17:34, 23 January 2013 by Admin (Talk | contribs) (Created page with "The Google Drive module (Available since 4.1.25) allows you to edit your Group-Office documents with the Google editor in the browser. =Installation instructions= Visit https:/...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The Google Drive module (Available since 4.1.25) allows you to edit your Group-Office documents with the Google editor in the browser.

Installation instructions

Visit https://code.google.com/apis/console and generate an API key. You'll need to enter a redirect URL. For this URL you must enter:

http://your.domain/groupoffice/index.php?r=googledrive/file/connect

Once your key is setup enter the following values in config.php:

$config['googledrive_oauth2_client_id']=; $config['googledrive_oauth2_client_secret']=; $config['googledrive_simple_api_key']=;

Now install the module in Group-Office at Start menu -> Modules -> Install and grant permissions.

Now editing should work!