Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support custom multipart body types for Google Drive API file upload #60

Open
jhf opened this issue Apr 20, 2019 · 0 comments
Open

Support custom multipart body types for Google Drive API file upload #60

jhf opened this issue Apr 20, 2019 · 0 comments

Comments

@jhf
Copy link

jhf commented Apr 20, 2019

To use the Google Drive API For file upload with metadata, such as the name of the document, a multipart body must be provided [1] with the type multipart/related, but the multipartBody only produces multipart/form-data.

Having the possibility to specify multipart bodies, with a custom content type would allow usage of such API's.

[1] https://developers.google.com/drive/api/v3/manage-uploads#multipart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant