I have install the module few months ago, it worked well.
I just update the module to version rc5 and the dev version also.
I have dowloaded the Google PHP SDK
https://github.com/google/google-api-php-client

Iit seems that the SDK is not correctly installed ??
Fatal error: Class 'Google_Client' not found in /og_drive/includes/og_drive.client.inc on line 18
the message is displayed if i try to put a new file or just creating a new drive in a group.

In the readme file of the google-api-php-client folder, ther 's a link , if you follow it :
This repository is deprecated, please see the latest on
So is it a version problem ?

It will be cool to get a message in admin/reports/status if the library is not well installed or the version is too old.

Comments

jmlavarenne’s picture

Hi,

The module uses an older version of the Google library and needs to be updated to be able to use the newer version.
Another user was having the same issue and was able to keep the module working using an older version of the library:
see the issue https://www.drupal.org/node/2381847

As soon as I get a chance I'll update the module to be compatible with the new library.

zorax’s picture

I try this link, same thing.. I have send a message to get the exact folder from ashish.verma85

zorax’s picture

Any news about a new version ?
Regards

joshuautley’s picture

I was able to get rid of the WSOD by copying the contents of https://github.com/googleplus/gplus-verifytoken-php/tree/master/google-a... and putting it into version 1.1.3 of https://github.com/google/google-api-php-client

I have not tested whether or not this makes the module work though. Testing now with release candidate 5.

joshuautley’s picture

Status: Active » Needs review