You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dsinghvi I'm currently running v1.0.11. I installed the SDK last week, however, it looks like the api is the same in latest.
Could you also confirm if the file is actually being streamed? Based on current current usage, it looks like your API is buffering the whole file in before returning it to me which defeats the purpose of the stream. I could be wrong but that's currently what it looks like while testing.
Problem
The
downloadRetrieve
method is typed as returning a Readable node stream:merge-node-client/src/api/resources/filestorage/resources/files/client/Client.ts
Line 330 in ffa041c
The api does not return a node stream, it returns a ReadableStream
Steps to Reproduce
Would it be possible to update the API to return a node stream instead of the web stream?
The text was updated successfully, but these errors were encountered: