From 100b9e7c71daae005a4f5a827ac84c03ace30f95 Mon Sep 17 00:00:00 2001 From: Eran Kampf Date: Mon, 24 Aug 2015 16:53:29 -0700 Subject: [PATCH] Space-separated list of scopes is deprecated. Need to use comma-seperated --- docs/setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup.rst b/docs/setup.rst index 94d815283..97c0afc9a 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -34,7 +34,7 @@ Note that you need to launch this instance with BigQuery access: .. code:: bash - $ gcloud compute instances create --image redash-071-b1015-bq --scopes storage-ro bigquery + $ gcloud compute instances create --image redash-071-b1015-bq --scopes storage-ro,bigquery (the same can be done from the web interface, just make sure to enable BigQuery access)