YouTube api sign in

Hey guys, building a project that allows users to sign in with YouTube & obtain all their videos. Anyone have any examples on how to set that up? I keep getting an error page. I really appreciate the help

You might want to check out this link…
https://developers.google.com/youtube/v3/guides/authentication

Signing is done on Youtube via OAuth 2.0
After that you can retrieve the authenticated user’s videos by making HTTP requests.

Also you will want to have a look at this link on as to how to implement OAuth and HTTP requests in your Bubble App via the Bubble API Connector

https://manual.bubble.is/building-plugins/adding-api-connections.html

Hey, post below saved my life once when trying to connect to Google Analytics API. Works the same for others too. Give it a try.