asimlqt / php-google-spreadsheet-client

A PHP library for accessing and manipulating Google Spreadsheets
Other
544 stars 152 forks source link

API Key instead OAuth #127

Closed michelem09 closed 8 years ago

michelem09 commented 8 years ago

Is there a way to use an API Key (Server key) instead the OAuth authentication?

asimlqt commented 8 years ago

No there isn't.

I think what you're asking is if you can make requests directly without any user involvement or without authenticating on behalf of a user? If so have a look at the documentation for Service Accounts

Either way you will end up with an OAuth token which you need to use with this library.