Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Developers Console is now "Cloud Platform Console" #118

Merged
merged 3 commits into from
Feb 2, 2016
Merged

Conversation

mbookman
Copy link
Contributor

@mbookman mbookman commented Feb 2, 2016

Update visible text and underlying URL

@deflaux
Copy link
Contributor

deflaux commented Feb 2, 2016

LGTM!

mbookman added a commit that referenced this pull request Feb 2, 2016
Developers Console is now "Cloud Platform Console"
@mbookman mbookman merged commit b537760 into master Feb 2, 2016
@@ -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>`_
Copy link

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.

Copy link
Contributor Author

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?

Copy link

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:

  1. 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 &quot;tute_db&quot; has been disabled..

gzip: stdin: unexpected end of file
$
  1. 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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants