Reputation: 727
I'm using the google-api-php-client Library in my project. I'm using Composer to auto load the library in my project. The other classes (ie: Google_Client) are working fine. When I go to instantiate an object, per the Google documentation, I get the following error:
Fatal error: Class 'Google_DriveFile' not found
This is the line causing the error:
$file = new Google_DriveFile();
Upvotes: 2
Views: 3241