You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the YouTube authentication, done through oauth2, is done on frontend/src/youtube.js.
I'm afraid the way it's being done causes some problems, since it requires (or at least I don't see any other way) to serve the web from localhost (on a different computer) and make it send the token authentication to the server (at signepedia.cat/oauth2callback).
Right now the YouTube authentication, done through oauth2, is done on
frontend/src/youtube.js
.I'm afraid the way it's being done causes some problems, since it requires (or at least I don't see any other way) to serve the web from localhost (on a different computer) and make it send the token authentication to the server (at
signepedia.cat/oauth2callback
).Here's an example on how to do it that might help: https://github.com/youtube/api-samples/blob/master/javascript/upload_video.js
The text was updated successfully, but these errors were encountered: