Here is what worked for me:
Step 1: install gsutil on your local machine: https://cloud.google.com/storage/docs/gsutil_install?hl=fr
Step 2: copy files from bucket to your local machine running the command: gsutil cp [-r if repository] gs://[BUCKET_NAME]/[OBJECT_NAME] [OBJECT_DESTINATION_IN_LOCAL]