Space-separated list of scopes is deprecated. Need to use comma-seperated

This commit is contained in:
Eran Kampf
2015-08-24 16:53:29 -07:00
parent 1ad01d8394
commit 100b9e7c71

View File

@@ -34,7 +34,7 @@ Note that you need to launch this instance with BigQuery access:
.. code:: bash
$ gcloud compute instances create <your_instance_name> --image redash-071-b1015-bq --scopes storage-ro bigquery
$ gcloud compute instances create <your_instance_name> --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)