我打算使用此节点模块将视频上传到youtube
https://github.com/google/google-api-nodejs-client/
我从
等文件输入中获取价值 var files = $("input.file_bag")[0].files;
因为我们只能在服务器端使用节点模块,如https://stackoverflow.com/a/17069287/3248794
所述如何将数据发送到流星服务器,然后从那里发送到youtube api。
我的问题
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?
如果您对发布的任何问题有所回答,请高度赞赏
修改
或
我可以从客户端向youtube发送帖子请求吗? https://developers.google.com/youtube/v3/docs/videos/insert
如果是,如何通过此请求传递accesstoken?