Hello, I'm a beginner node.js developer.
I want to use YouTube as a video storage and video server in the service
To do this, everyone who comes into my service must upload with my token.
I am currently using the npm tube-api module
I'm getting an oauth2 token from Google to use YouTube API.
Using the module, we succeeded in receiving the first token, but
Due to the issue of the expiration date, I have to keep refreshing it.
At this point, there is a serious problem that users should see the Google login screen.
Is there any way to deal with this problem in the backend?
node.js youtube-api google oauth2
When I searched for it, you can update the access token by sending a POST https://accounts.google.com/o/oauth2/token
request by specifying client_id
, client_secret
, and .
2022-09-22 18:54
https://www.domsammut.com/code/php-server-side-youtube-v3-oauth-api-video-upload-guide
Please refer to the link It's in php.
2022-09-22 18:54
If you have any answers or tips
Popular Tags
python x 4647
android x 1593
java x 1494
javascript x 1427
c x 927
c++ x 878
ruby-on-rails x 696
php x 692
python3 x 685
html x 656
© 2025 OneMinuteCode. All rights reserved.