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

Difference between revisions of "Google Drive"

From Group-Office Groupware and CRM Documentation
Jump to: navigation, search
(Installation instructions)
Line 1: Line 1:
 
The Google Drive module (Available since 4.1.25) allows you to edit your Group-Office documents with the Google editor in the browser. The following video demonstrates it.
 
The Google Drive module (Available since 4.1.25) allows you to edit your Group-Office documents with the Google editor in the browser. The following video demonstrates it.
  
<HTML5video width="420" height="315" type="youtube">c9C7VYYINdI</HTML5video>
+
<html>
 +
<iframe width="420" height="315" src="//www.youtube.com/embed/c9C7VYYINdI" frameborder="0" allowfullscreen></iframe>
 +
</html>
  
 
=Installation instructions=
 
=Installation instructions=

Revision as of 15:16, 27 August 2013

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

Installation instructions

Visit https://code.google.com/apis/console and generate an API key and OAuth 2.0 credentials for your Group-Office installation. You'll need to enter a redirect URL. For this URL you must enter:

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

Make sure that Google Drive is enabled at the services page.

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 by connecting your personal Google account!