gsutil
gsutil copied to clipboard
Unexpected error during copy
Describe the bug
Using gsutil cp I get this error:
failed to convert response
Caused by:
0: request or response body error: error reading a body from connection: stream error received: not a result of an error
1: error reading a body from connection: stream error received: not a result of an error
2: stream error received: not a result of an error
To check this is not a credentials issue, I can run gsutil ls without issues
Any idea how I can debug the issue? Thanks!
If you compile it locally you can just add some debug prints in https://github.com/EmbarkStudios/gsutil/blob/9402ab0e03d784d07665dc7304c8708d82357c6b/src/util.rs#L50 to look at the raw response.