GCE VM needs the Compute API enabled

Added a comment emphasizing that the GCE VM needs to have the Compute API enabled.
This commit is contained in:
orestica
2014-07-15 16:05:43 -07:00
parent c5226c2ba4
commit c5cc7ea83a

View File

@@ -1,5 +1,6 @@
# 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 the Compute API enabled.
from googleapiclient.discovery import build from googleapiclient.discovery import build
from oauth2client.client import GoogleCredentials from oauth2client.client import GoogleCredentials