abujehad139 / google-api-go-client

Automatically exported from code.google.com/p/google-api-go-client
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Server to Server Applications #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Mode Server to Server Applications dosn't work

Original issue reported on code.google.com by monofl...@gmail.com on 29 Mar 2013 at 11:04

GoogleCodeExporter commented 9 years ago
Have you tried using a Oauth2 service account?

https://developers.google.com/accounts/docs/OAuth2ServiceAccount

There is even a Go library that provides this type of authentication.

https://code.google.com/p/goauth2/source/browse/#hg%2Foauth%2Fjwt%2Fexample

Original comment by gaval...@gmail.com on 2 May 2013 at 2:39