asimlqt / php-google-spreadsheet-client

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

Server to Server OAuth #105

Closed create closed 8 years ago

create commented 9 years ago

I am trying to authenticate with a Service Account. I am receiving permission denied responses (401). Is this type of auth not supported?

asimlqt commented 8 years ago

Yes, service account is supported. I have successfully used this in then past. If you supply the code you are using I might be able to help.

asimlqt commented 8 years ago

@create - You opened this issue quite a while back now, I'm assuming you've solved it so closing this ticket.