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
You need to use oauth, if you don't google will only allow you to make a few requests.
If all you want to do is read data out of a google spreadsheet or write data into it then you can just use the spreadsheet api. Check out php-google-spreadsheet-client.