node-youtube-resumable-upload icon indicating copy to clipboard operation
node-youtube-resumable-upload copied to clipboard

Upload large(r) videos to youtube via Google's 'resumable upload' API

Results 6 node-youtube-resumable-upload issues
Sort by recently updated
recently updated
newest added

I log in correctly, I have a refresh token and a process token, but I get an error - Error: null if (typeof res.headers.range !== 'undefined') { ^ TypeError: Cannot...

[![Screen Shot 2017-01-30 at 08.55.12.png](https://s24.postimg.org/l6cv0qzx1/Screen_Shot_2017_01_30_at_08_55_12.png)](https://postimg.org/image/hzibh4fgx/) every time try to upload and get this kind of error

Ran these in the WSL Debian bash terminal on Windows: ``` npm install node-youtube-resumable-upload ``` ``` node node-youtube-resumable-upload ``` Got these errors: ![image](https://user-images.githubusercontent.com/1058978/63672269-3853e980-c7a7-11e9-9d02-4bdf18e8c5ac.png) ``` ryan@Ryan-Desktop:~$ npm install node-youtube-resumable-upload npm WARN...

I needed the option to pass a readable stream to be uploaded to youtube. To do this, I made edits to provide the `Content-Length` and `Content-Type` as arguments. This is...

Hello, first off I want to say thank you for creating this library. I am noticing a couple of things from an initial read. 1) It looks like you're treating...