Index: third_party/gsutil/plugins/sso_auth.py |
diff --git a/third_party/gsutil/plugins/sso_auth.py b/third_party/gsutil/plugins/sso_auth.py |
index cf956b89f57e0caafc906c3b077ded91afdf5270..6f23ca43b6513f4b6aa03e86bb42451fd8fc8791 100644 |
--- a/third_party/gsutil/plugins/sso_auth.py |
+++ b/third_party/gsutil/plugins/sso_auth.py |
@@ -24,7 +24,7 @@ STUBBY_CMD = """target: { |
target_credential: { |
type: OAUTH2_TOKEN |
oauth2_attributes: { |
- scope: 'https://www.googleapis.com/auth/devstorage.read_only' |
+ scope: 'https://www.googleapis.com/auth/devstorage.read_write' |
} |
}""" |