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
Even though the API looks like it works with streams, _getFileSizeInBytes method in Network class defers to fs.statSync method. So if the multipart object is provided with any kind of stream not backed by a file it fails.