Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to configure gsutil?

I followed the Google instructions to set up gsutil. It states that after runnig 'gsutil config' in terminal I should see:

This script will create a boto config file at /.boto containing your credentials, based on your responses to the following questions.

Please navigate your browser to the following URL: <http://urlto/authorization/dialog> In your browser you should see a page that requests you to authorize gsutil to access Google Cloud Storage on your behalf. After you approve, an authorization code will be displayed.

Enter the authorization code:

however I get this response instead:

root@myserver# gsutil config
No command was given.

Choose one of -b, -d, -e, or -r to do something.
Try `/usr/bin/gsutil --help' for more information.

I am using gsutil version 3 on Ubuntu, and trying suggested flags with /usr/bin/gsutil does not give any sensible result.

Any suggestions?

Thanks

like image 274
qliq Avatar asked Nov 29 '22 03:11

qliq


1 Answers

Pretty sure you have the "configure and manage GrandStream BudgeTone 100 VOIP and GS2000 phones" package installed, which is also called gsutil. So that is likely causing the issue. If you don't need the BudgeTone tools then remove them. Or, explicitly invoke the google tools by using the full path to your home directory where gstools was untarred/unzipped.

like image 53
Derek Williams Avatar answered Dec 19 '22 00:12

Derek Williams