-
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
Add create_resumable_upload_session #2989
Conversation
headers = { | ||
'Accept': 'application/json', | ||
'Accept-Encoding': 'gzip, deflate', | ||
'User-Agent': connection.USER_AGENT, |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
I have lots of faith in @lukesneeringer |
@lukesneeringer tests are failing because of the operations/protobuf issue? any recommendations? |
I know what needs to happen here; it is related to googleapis/api-client-staging#159. |
I assert that this commit on googleapis/api-client-staging#159 fixes the issue; attempting tests locally to prove it before cutting a release to PyPI. |
@jonparrott I merged that other PR and pushed it to PyPI; your tests should pass now (or if they fail, it will be for other reasons ;-)). |
I restarted the build. |
Seems to have done the trick! |
Resolves #1240
(Aside: wow this code is complicated)