Introduction
Sometimes you need to save files or share data in the cloud. Google Cloud Storage lets you do this easily. The gsutil tool helps you move files to and from this cloud storage using simple commands.
When you want to upload photos or documents from your computer to the cloud for backup.
When you need to download files from cloud storage to your local machine to work on them.
When you want to list all files stored in a specific cloud storage bucket to check what is saved.
When you want to copy files between two cloud storage buckets without downloading them first.
When you want to delete old files from cloud storage to free up space.