After installing the 3rd party google client library into an appropriate place in my drupal codebase, this module (along with the libraries module) fail at detecting the library.

Error message:

Failed to load the Google PHP library.

CommentFileSizeAuthor
#3 google_client_library-2873826-3.patch423 bytesjfrederick

Comments

jfrederick created an issue. See original summary.

jfrederick’s picture

Issue summary: View changes
jfrederick’s picture

Status: Active » Needs review
StatusFileSize
new423 bytes

Patch attached.

The current Google API PHP Client library has its version listed on line 42. So I upped the version search from line 28 -> line 100. In case they add more stuff at the top of the file, pushing the version further down.