I took 3 or 4 days to research how to login in Google API and get the accessToken
. I use Google APIs v1.13.1.0.
I followed this article and it always hangs there:
credential = await GoogleWebAuthorizationBroker.AuthorizeAsync(new Uri("ms-appx:///client_secrets.json"), new[] { YouTubeService.Scope.YoutubeUpload }, "user", CancellationToken.None);
Does somebody know why?
Thanks!