Results 1797 comments of Sebastian Thiel

In order to make this fixable, it would be required to figure out how this call should look like possibly by referring to the original google docs for that API...

Great, thanks for your help! It seems that setting the content length should be very possible for the generator to do, and let me CC @kylegentle who has been helping...

There are a lot of reports with problems due to incorrect deserialization of fields, which was recently adjusted to make one other API work. It should be possible to adjust...

For the `rlib` file after building with `make compute1-cargo ARGS=build` I get 166MB in debug mode, but wanted to put it to the test with `make compute1-cli-cargo ARGS=build` to see...

It looks like the upgrade to `mime` also broke the CLI, and it's clearly my oversight as I didn't run `make cargo-cli ARGS=check` at all after running `make cargo-api ARGS=check`....

The debug build of compute3-cli is 108MB (MacOS) and 52MB stripped. The release build is still… running 😅 (4.2GB in memory).

42 minutes later, there was a release binary of `compute1` with 31MB and 27MB stripped. Not too bad (except for the compile time, which is probably the main reason these...

Thanks for the praise, and thanks for reporting :). This looks like upload_resumable should indeed set the content-length header, and a PR to achieve this would be very welcome. It...

I recommend to copy the crate files locally and modify the method in question until it works as expected. If that outcome/patch is posted here, one could integrate it into...

I agree and a PR would definitely be welcome.