Get Google Oauth2 JWT Token

Tue Oct 6, 2015

Find it at https://github.com/dherbst/go-get-google-oauth2-jwt

If you want to automate Google AppEngine deployment you will need to find a way to get an OAuth2 access token so you can have jenkins or any script automatically deploy the project. You could use your own token, but if your account is disabled later after you leave the company then everything breaks. Instead you can add a service account to your cloud project, and use its token with this project.

How do I automate deploying to AppEngine?

Use this project to print your access token and then use that in your appcfg.py deploy script.