-
Notifications
You must be signed in to change notification settings - Fork 48
Developers Console is now "Cloud Platform Console" #118
Conversation
Replace "console.developers.google.com" with "console.cloud.google.com". Remove some unused "Guide" targets.
LGTM! |
Developers Console is now "Cloud Platform Console"
@@ -8,5 +8,5 @@ See `Tute's documentation`_ for more details about: | |||
Google Cloud Platform data locations | |||
------------------------------------ | |||
|
|||
* Google Cloud Storage folder `gs://tute_db <https://console.developers.google.com/storage/tute_db>`_ | |||
* Google Cloud Storage folder `gs://tute_db <https://console.cloud.google.com/storage/tute_db>`_ | |||
* Google BigQuery Dataset ID `silver-wall-555:TuteTable.hg19 <https://bigquery.cloud.google.com/table/silver-wall-555:TuteTable.hg19>`_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BigQuery works publicly, but accounts seem to have access to the files on gs:// disabled. I'm getting the following error:
The account for bucket "tute_db" has been disabled.
It might be good to have it automated so that gs:// also is accessible.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Paul - can you explain further? I see no problem accessing the tute_db bucket from either the Cloud Console, nor using "gsutil ls". Where are you receiving this error message?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Matt,
I see the same message for both. So below are the steps of what I perform and what I see:
- Via gsutil:
$ gsutil ls gs://tute_db | head -n 3
gs://tute_db/hg19allsnp.split1.ggapidb.txt.gz
gs://tute_db/hg19allsnp.split10.ggapidb.txt.gz
gs://tute_db/hg19allsnp.split100.ggapidb.txt.gz
$
$ gsutil cat gs://tute_db/hg19allsnp.split100.ggapidb.txt.gz | gunzip - | head
Failure: The account for bucket "tute_db" has been disabled..
gzip: stdin: unexpected end of file
$
- Next I perform the same thing, by trying it through the browser and clicking on the following link:
https://console.cloud.google.com/m/cloudstorage/b/tute_db/o/hg19allsnp.split100.ggapidb.txt.gz
The response I get from the browser is the following:
The account for bucket "tute_db" has been disabled.
It seemed to have worked before, since I performed an analysis through R on the files, and posted it at the following location a while back:
https://groups.google.com/forum/#!topic/tute-genomics/wW5ubyPDV-Y
Thank you for helping me out.
Paul
Update visible text and underlying URL