filestack / filestack-js

Official Javascript SDK for the Filestack API and content ingestion system.
https://www.filestack.com
MIT License
206 stars 76 forks source link

Incorrect docs for Node #552

Open BrentFarese opened 4 months ago

BrentFarese commented 4 months ago

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.