I'm currently trying to download some files from Google Storage using the Python API. Obviously this can be done by using gsutil's cp, and indeed I could do it.
sudo gsutil cp gs://???/stats/installs/*.csv .
However, all examples of Google Python API I've found don't cover this subject, I'm even considering if this functionality is covered by the API.