D
D
Dmitry Gololobov2019-06-03 18:31:50
YouTube
Dmitry Gololobov, 2019-06-03 18:31:50

Is it possible to upload a video to youtube by url?

For personal use, I want to make a microservice that will upload videos to YouTube via a direct link, and not from the file system. Is that possible?
If there are examples of implementation, then poke your nose where to look?
Node.js preferred but not required

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Sokolov, 2019-06-03
@sergiks

Official example of how to log in and get a list of 10 videos under Node js.
The example uses two libraries:

npm install googleapis --save
npm install google-auth-library --save

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question