Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
There was an error while loading. Please reload this page.
It doesn't look like there's a way to get a streaming download from google storage in the Python API. We have
download_to_file,download_to_string, anddownload_to_filename, but I don't see anything that returns a file-like object that can be streamed. This is a disadvantage for many file types which can usefully be processed as they download.Can a method like this be added?