aboutsummaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authororestica <orestica@users.noreply.github.com>2014-07-15 16:05:43 -0700
committerorestica <orestica@users.noreply.github.com>2014-07-15 16:05:43 -0700
commitc5cc7ea83a867d3078217b7d692ea78917e22d72 (patch)
tree0157c36c14a8c320aedc38f9c35126bbdedc7101 /samples
parentc5226c2ba4f96fa2fb5b3eac918c7f1cd8362185 (diff)
downloadoauth2client-c5cc7ea83a867d3078217b7d692ea78917e22d72.tar.gz
GCE VM needs the Compute API enabled
Added a comment emphasizing that the GCE VM needs to have the Compute API enabled.
Diffstat (limited to 'samples')
-rw-r--r--samples/call_compute_service.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/call_compute_service.py b/samples/call_compute_service.py
index a8e42c6..6d46283 100644
--- a/samples/call_compute_service.py
+++ b/samples/call_compute_service.py
@@ -1,5 +1,6 @@
# To be used to test GoogleCredentials.get_application_default()
# from local machine and GCE.
+# The GCE virtual machine needs to have the Compute API enabled.
from googleapiclient.discovery import build
from oauth2client.client import GoogleCredentials