I have a series of uncompressed (binary/Octet-stream) files on Google Cloud storage. I'm trying to download them using gzip. According to this page
https://developers.google.com/storage/docs/json_api/v1/how-tos/performance
I can add
Accept-Encoding: gzip User-Agent: my program (gzip)
and download the files compressed. This does not work for me. Am I missing something? The files always come back uncompressed. Anyone else experience the same issue?