I followed the instructions on https://developers.google.com/storage/docs/gsutil_install but I cannot run gsutil from any dir. I have gsutil in /home/myname/gsutil/.
Then I tried to install with apt-get and get this message when I run:
Can't locate LWP/UserAgent.pm in @INC (you may need to install the LWP::UserAgent module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl) at /usr/bin/gsutil line 26. BEGIN failed--compilation aborted at /usr/bin/gsutil line 26.
Then I tried to run python gsutil.py config and I get asked for my project number on the Google developer console but I have no project there since this is an Android app. Where do I find this project number then?
Will I setup my authentication in the config step too?