flickr / flickr-sdk

Almost certainly the best Flickr API client in the world for node and the browser
https://www.flickr.com/services/api
MIT License
131 stars 29 forks source link

Flickr.Upload superagent buffer config #153

Closed ianengelbrecht closed 2 years ago

ianengelbrecht commented 2 years ago

I'm getting a warning "A custom superagent parser has been set but buffering strategy hasn't been configured. Call req.buffer(true of false) or set superagent.buffer[mime] = true or false" when doing file uploads. I think this needs to happen in the Upload constructor.