I am using gsutil installed from pip on Debian 9, with Python 2. When uploading large files to GCS, I am getting this error: ``` httplib2.RedirectMissingLocation: Redirected but the response is missing a Location: header. ``` The issue disappear when downgrading `httplib2` from 0.17.0 or 0.16.0 to 0.15.0 This is probably related to - https://github.com/httplib2/httplib2/issues/156 - https://github.com/googleapis/google-api-python-client/issues/803 - https://github.com/googleapis/google-api-python-client/pull/813