Hi guys,
I'm new to the Power Platform (converting from a c# developer 😁)
I would like to communicate with the YouTube API after a user has authenticated on my Portal with their Google oAuth login.
I would then like for an Automated Flow to run on a schedule that would use the token/refresh token while they are not logged in to the portal. So my YouTube connector needs an Access token and a Refresh token.
How could I set all this up when the user logs in to my portal for the first time? Has it been done before?
Much appreciated.