-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
externalThis issue is blocked on a bug with the actual product.This issue is blocked on a bug with the actual product.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Google Drive API allows specifying file encoding for the response data. Underneath it's overriding Axios options, like the documentation states.
However, with the current latest Axios release (0.18.0), which this library is using, this is not implemented. This axios/axios#869 PR has that feature implemented, but it's not part of the released package. Also, it seems that even with these changes included, the Google Node Client implementation regarding file encoding doesn't work in the documented way (how it used to work prior to the switch to Axios from Request).
Metadata
Metadata
Assignees
Labels
externalThis issue is blocked on a bug with the actual product.This issue is blocked on a bug with the actual product.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.