Merge pull request #26 from orestica/patch-1
GCE VM needs the Compute API enabled
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
# To be used to test GoogleCredentials.get_application_default()
|
# To be used to test GoogleCredentials.get_application_default()
|
||||||
# from local machine and GCE.
|
# from local machine and GCE.
|
||||||
|
# The GCE virtual machine needs to have both service account and
|
||||||
|
# Compute API enabled.
|
||||||
|
# See: https://developers.google.com/compute/docs/authentication
|
||||||
|
|
||||||
from googleapiclient.discovery import build
|
from googleapiclient.discovery import build
|
||||||
from oauth2client.client import GoogleCredentials
|
from oauth2client.client import GoogleCredentials
|
||||||
|
|||||||
Reference in New Issue
Block a user