C#.net - OAuth - Unlimited load time & Access to the path 'Google.Apis.Auth' is denied
问题 I'm trying to connect from my domain to my Google Analytic account. I've done this on localhost without problems with the following code: string clientId = "******************.apps.googleusercontent.com"; string clientSecret = "*****************"; string gaUser = "**************"; string gaApplication = "**"; credential = GoogleWebAuthorizationBroker.AuthorizeAsync( new ClientSecrets { ClientId = clientId, ClientSecret = clientSecret }, new[] { AnalyticsService.Scope.AnalyticsReadonly },