Byron / google-apis-rs

A binding and CLI generator for all Google APIs
http://byron.github.io/google-apis-rs
Other
1.02k stars 135 forks source link

Resolves 'Panic on http2 timeout ' #348

Closed JohnDimas closed 2 years ago

JohnDimas commented 2 years ago

Fixes https://github.com/Byron/google-apis-rs/issues/347

JohnDimas commented 2 years ago

The only thing I did was to modify src/rust/api/client.rs and run make regen-apis. I did not modify any file in gen/ by myself :+1:

Should I regen drive3-api by an other way ? I did run make drive3-cli-cargo ARGS=check but everything seems fine

Byron commented 2 years ago

Thanks for the clarification and for your help - it was confusing for me to see more changed files in gen/ than in src/. I resolved this by undoing the changes in gen/ first to regenerate them myself with similar results. I didn't look into why that is either 😅.

That said, you will find drive 3 v4.0.1 on crates.io.

JohnDimas commented 2 years ago

Thank you :rocket: