Sebastian Thiel
Sebastian Thiel
@shaicoleman Great, that should do. Maybe you can try it yourself with a locally modified version of the crate (the [patch section in the cargo manifest](https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section) can be used to...
Thanks for letting me know. The only persisting fix would be to add another option to the generation which can then be set on a per-API basis. The per-API override...
Thanks a lot for bringing this up! I remember having left the type-system to be just barely good enough to be acceptable for the use-case I had back then, and...
It's a problem with it trying to decode that JSON with `data` being base64 encoded into binary data, as [declared in the datatype](https://docs.rs/google-cloudkms1/latest/google_cloudkms1/api/struct.GenerateRandomBytesResponse.html). Its probably related to one of the...
Are you using the latest version from this Repository? Sometimes the latest code isn't published yet, and I remember some work that was done in this direction so I thought...
Thanks for brining this to our attention. That's definitely a mistake and I hope that once drive3 goes out of beta it can be fixed naturally. Another possible fix might...
This does indeed look useful to have, and a PR would be very welcome. If you consider submitting one, please don't regenerate the APIs as it makes the review difficult....
This is most certainly related to #442, which in turn is related to a change that adjusted the decoding of certain fields so it works for one API, but apparently...
Thanks for the heads-up! I have added the respective trait bounds whereever dyn-traits are used and published the storage 1 crate as version 2.0.8. Maybe now it works :).
@Rudo2204 [drive3](https://crates.io/crates/google-drive3/2.0.8+20210322) was just re-released with the fixes. I have been hesitant to re-release all crates but might as well do that as the recent improvements seem to have made...