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
fix: convert Web ReadableStream to Node.js stream for YouTube upload
googleapis expects a Node.js Readable stream with .pipe(), but
fetch().body returns a Web ReadableStream. Convert via Buffer +
Readable.from() to fix 'b.body.pipe is not a function' error.
0 commit comments