commuter icon indicating copy to clipboard operation
commuter copied to clipboard

Stream big data over `/files/` instead of creating a massive string

Open rgbkrk opened this issue 8 years ago • 0 comments

When a file is large enough we hit a limit in calling Buffer.toString() for the contents response. We should handle the contents API call with no response and expect to use the streaming /files/ API to get larger data sizes.

rgbkrk avatar Jul 20 '17 01:07 rgbkrk