-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Storage blob.patch() returns 400 error on GCE only #1670
Comments
Strange that it would fail on one machine and not another, since it seems the error is about the payload. What OS are you using on GCE? I seem to recall your local dev machine is OS X? |
Dev machine - Mac OS X: GCE - fairly sure this is a "default" Debian setup: |
Is this the same problem of the @ndenny can you confirm which scopes your instance has? |
I created the instance a while ago now... it's reporting this:
|
Gotcha. Can you try creating a new instance with the |
Update: including |
Cool, I guess that answers that. I'm going to go ahead and close this issue, but feel free to let us know if there's anything else we can do to help. IAM is in the process of rolling out and will eventually supercede the need for scopes. |
Glad we found a solution. Just for completeness, adding |
Thanks for the follow up! |
This may be related to #1185 - I'm seeing the following code work on my dev machine, but it's failing on GCE / Python 2.7.9 / gcloud 0.11.0:
I get the following traceback:
The text was updated successfully, but these errors were encountered: