Upload youtube video to meteor

I am planning to use this node module to upload videos to youtube

https://github.com/google/google-api-nodejs-client/

      

I am getting value from file input like

 var files = $("input.file_bag")[0].files;

      

How can we only use node modules on the server side, as pointed out here on stackoverflow

how to send data to meteorite server and then from there to youtube api site.

my questions

1) How to send video file(data) to server side?
2) Is it the effiecient way of passing data to `client->server->youtube`, Is there any alternatives for this?

      

If you know the answer to any question, please send it highly appreciated

Edit

or

Can I submit a youtube post request from a client? https://developers.google.com/youtube/v3/docs/videos/insert

If so, how to pass the accesstoken with this request?

+3
javascript youtube youtube-api file-upload meteor


source to share


No one has answered this question yet

See similar questions:

fourteen
Meteor npm-module client-client?

or similar:

2817
How can I upload files asynchronously?
2263
How to get YouTube video thumbnail using YouTube API?
1449
Previewing an image before uploading it
694
JQuery Ajax file upload
615
Posting the file and associated data to a RESTful WebService preferably in JSON
377
Using curl to download POST data with files
nineteen
Upload video to Youtube using Youtube V3 API and PHP
7
Upload video to youtube using node.js
2
Youtube video upload notification
1
How to download Youtube video with account specified using javascript or Node.js



All Articles
Loading...
X
Show
Funny
Dev
Pics