I get a the following:
Fatal error: require_once(): Failed opening required 'Google/Service/Drive.php' (include_path='.:/usr/share/php:d7/sites/all/libraries/google-api-php-client-git-version/src') in modules/all/droogle/droogle.module on line 245
This is the url to use to download the library
https://github.com/google/google-api-php-client/tree/v1-master
or
wget https://github.com/google/google-api-php-client/archive/v1-master.zip
I am marketing this as major because it you don't get the correct library the module causes a WSOD.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 2828535-update-readme.patch | 1.41 KB | socialnicheguru |
Comments
Comment #2
socialnicheguru commentedComment #3
socialnicheguru commentedComment #4
socialnicheguru commentedI get the following error:
Unable to refresh token: Error refreshing the OAuth2 token, message: '{#012 "error" : "invalid_client",#012 "error_description" : "The OAuth client was not found."#012}'
it also brings my site down. WSOD and segfaults occur. This shouldn't happen if you cannot connect to the service
I simply believe the Drupal 7 version is too far out of date since the libraries from 2014 are needed and seem to be out of date.
Comment #5
socialnicheguru commentedadd:
You must goto goto /droogle_get_google_token to fetch the token
Comment #6
socialnicheguru commented