asimlqt / php-google-spreadsheet-client

A PHP library for accessing and manipulating Google Spreadsheets
Other
543 stars 154 forks source link

How to use Google_Client and setAssertionCredentials to connect #71

Closed sebastienhouzet closed 8 years ago

sebastienhouzet commented 9 years ago

Hello,

Is it possible to used server side connection and not AccessToken with you library ? i see in your construct Token type (defaults to OAuth for BC).

if is possible, how use it ?

thx.

Dartui commented 8 years ago

This is my solution to connect by service and .json file to google sheets: https://github.com/asimlqt/php-google-spreadsheet-client/issues/110#issuecomment-159529461