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

前端 未结 6 1584
萌比男神i
萌比男神i 2020-12-23 19:12

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 sta

6条回答
  •  北海茫月
    2020-12-23 20:11

    Couldn't find a direct way to get the url. But found an indirect way and below are the steps:

    1. Go to GCS
    2. Go into the folder in which the file has been uploaded
    3. Click on the three dots at the right end of your file's row
    4. Click rename
    5. Click on gsutil equivalent link
    6. Copy the url alone

提交回复
热议问题