After #1083, we now need system tests for the Resource Manager API.
Since the API requires using a user account (not a service account), this is a bit hairy.
For oauth2client's system tests, we ended up just using a simple refresh token for my personal GMail account. The token is only authorized with the email scope, so it's not a very big deal, but for this one, it may be a bigger deal?
After #1083, we now need system tests for the Resource Manager API.
Since the API requires using a user account (not a service account), this is a bit hairy.
For
oauth2client's system tests, we ended up just using a simple refresh token for my personal GMail account. The token is only authorized with theemailscope, so it's not a very big deal, but for this one, it may be a bigger deal?