Skip to content

File encoding with drive API broken #1151

@JaakkoL

Description

@JaakkoL

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.priority: p2Moderately-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.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions