diff --git a/gcloud/storage/blob.py b/gcloud/storage/blob.py index d7fb2e21b0be..08835e36398a 100644 --- a/gcloud/storage/blob.py +++ b/gcloud/storage/blob.py @@ -160,7 +160,7 @@ def generate_signed_url(self, expiration, method='GET', .. note:: If you are on Google Compute Engine, you can't generate a signed URL. Follow - https://github.com/GoogleCloudPlatform/gcloud-python/issues/922 + https://github.com/GoogleCloudPlatform/gcloud-python/issues/922 for updates on this. If you'd like to be able to generate a signed URL from GCE, you can use a standard service account from a JSON file rather than a GCE service account.