Incorrect docs for Node
BrentFarese opened this issue · 0 comments
BrentFarese commented
The NodeJS docs state that only a file path is used for client.upload
, but the source code indicates a file path, Buffer, or Base64 string can be passed. The docs should be updated, unless I'm missing something. We've been uploading using Buffer in NodeJS for a while sucessfully.