【发布时间】:2015-05-26 08:42:23
【问题描述】:
我可以仅使用 API 密钥访问 Ad Exchange Seller REST API。我正在使用带有 c# 的 Google.Apis.AdExchangeSeller.v2_0 包。我的代码如下
var service = new AdExchangeSellerService(new BaseClientService.Initializer
{
ApplicationName = "Abc Client",
ApiKey = "[MY APP KEY]",
});
var accounts = service.Accounts.List().Execute();
【问题讨论】:
标签: c# google-api google-api-dotnet-client google-authentication