Download FireStorage files using gsutil
up vote
0
down vote
favorite
I am trying to download all files to my system from my firestorage using gsutil. I am using the following command as per the documentation to download all .jpg files: gsutil cp gs://my-bucket/*.jpg however I am getting the error saying that the cp command has the wrong number of arguments I suppose its asking for a path in my computer, but how do I put that there??
firebase firebase-storage gsutil
share | improve this question
edited Nov 19 at 12:57
asked Nov 19 at 12:41