mcteamdev16 / google-api-python-client

Automatically exported from code.google.com/p/google-api-python-client
Other
0 stars 0 forks source link

Permit AppAssertionCredentials to specify the service account to use #325

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This will let oauth2client.appengine.AppAssertionCredentials work for the 
(rare) case in which the current context cannot supply the appropriate service 
account id.

Original issue reported on code.google.com by roh...@google.com on 4 Feb 2014 at 10:21

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 54dc473e19f6.

Original comment by jcgregorio@google.com on 5 Feb 2014 at 7:27

GoogleCodeExporter commented 8 years ago
Passing a service_account_id using a the service account email seen in the 
developer console doesn't work. It produces a AccessTokenRefreshError when 
executing a request. Am I using it wrong?

More details here:
http://stackoverflow.com/questions/24327924/cloud-storage-api-requests-from-gae-
403-access-not-configured/24588927#24588927

Original comment by romain.d...@gmail.com on 5 Jul 2014 at 6:20