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.

CommentFileSizeAuthor
#3 2828535-update-readme.patch1.41 KBsocialnicheguru

Comments

SocialNicheGuru created an issue. See original summary.

socialnicheguru’s picture

Issue summary: View changes
socialnicheguru’s picture

Status: Active » Needs review
StatusFileSize
new1.41 KB
socialnicheguru’s picture

I 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.

socialnicheguru’s picture

add:

You must goto goto /droogle_get_google_token to fetch the token

socialnicheguru’s picture

Status: Needs review » Needs work