Download the Cloud SDK and follow the instructions for setting up as per your Operating System.
In the internet browser window that opens for authorization, log in using the G Suite account listed under Access Details.
In the terminal window, type gcloud config set project PROJECT_ID replacing the PROJECT_ID with the actual project ID listed under Access Details. If you are asked to select compute region and zone, then choose the do not set default zone and do not set default region options.
If you have an Editor’s account, then use the
gsutil cp command to copy your file(s) from the location where you saved it to the path mentioned above in Path Details. For example, gsutil cp ~/Desktop/sample.json gs://bucket/path/.Note:We recommend that you use
Python 3 with gsutil as we have observed pop-ups occurring when using tab completion for commands or pressing Enter to upload.