intuit / oauth-jsclient

Intuit's NodeJS OAuth client provides a set of methods to make it easier to work with OAuth2.0 and Open ID
https://developer.intuit.com/
Apache License 2.0
120 stars 154 forks source link

Uploading file as attachable #112

Open mfujinoki opened 3 years ago

mfujinoki commented 3 years ago

Is it possible to upload a file with this SDK? Can you give me a sample code?

abisalehalliprasan commented 3 years ago

@mfujinoki : We do not have support for multipart/form-data at the moment. Appreciate it if you have can put in a PR if you have it handy.