I recently started using Google Cloud Storage. Initially I created a dummy project while installing the Cloud SDK. Now I am working on another project. The gsutil
is still pointing to my previous project. How do I make it point to my new project??
P.S. I know there is an option of using -p
argument, but this does not work on all commands.