All I\'m trying to do is read a Google Spreadsheet from a web site. I\'ve read and re-read the Google Drive API docs and everything Google Drive PHP on Stack Overflow and I
Please check the Google Drive PHP Quickstart. You have not actually authorized your client. Starting from $authUrl = $client->createAuthUrl();
$authUrl = $client->createAuthUrl();
All Google Drive requests need authorization of some kind.