How do I identify the Google Cloud Storage URI from my Google Developers Console?

Kelly picture Kelly · Aug 19, 2014 · Viewed 29.8k times · Source

When I attempt load data into BigQuery from Google Cloud Storage it asks for the Google Cloud Storage URI (gs://). I have reviewed all of your online support as well as stackoverflow and cannot find a way to identify the URL for my uploaded data via the browser based Google Developers Console. The only way I see to find the URL is via gsutil and I have not been able to get gsutil to work on my machine.

Is there a way to determine the URL via the browser based Google Developers Console?

Answer

nmore picture nmore · Aug 19, 2014

The path should be gs://<bucket_name>/<file_path_inside_bucket>.