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

前端 未结 6 1589
萌比男神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 19:48

    To answer this question more information is needed. Did you already load your data into GCS?

    If not, the easiest would be to go to the project console, click on project, and Storage -> Cloud Storage -> Storage browser.

    You can create buckets there and upload files to the bucket.

    Then the files will be found at gs:/// as @nmore says.

提交回复
热议问题