Incorrect type for drive.files.export
#2406
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Is this a client library issue or a product issue?
client library issue
Did someone already solve this?
no
Do you have a support contract?
no
Environment details
googleapis
version: 61.0.0Steps to reproduce
The
drive.files.export
function is currently typed asFrom the types above, at least the second one is incorrectly typed. It's typed as returning
GaxiosPromise<void>
, yetdata
is clearly available in the return value. I'm having to castdata
to the correct type to get around the types defined above.The text was updated successfully, but these errors were encountered: