How do I use a Service Account to Access the Google Analytics API V3 with .NET C#?

前端 未结 5 854
轮回少年
轮回少年 2020-12-01 04:52

I realized this question has been previously asked but with little in the way of example code, so I am asking again but with at least a little bit of direction.

Afte

5条回答
  •  北海茫月
    2020-12-01 05:31

    string scope = Google.Apis.Util.Utilities.GetStringValue(AnalyticsService.Scopes.AnalyticsReadonly);
    

提交回复
热议问题