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.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | google_client_library-2873826-3.patch | 423 bytes | jfrederick |
Comments
Comment #2
jfrederick commentedComment #3
jfrederick commentedPatch 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.