java.net.ConnectException:拒绝连接:在Google Analytics中尝试HelloAnalyticsApiSample时连接**异常

时间:2012-09-14 04:23:23

标签: java google-analytics

在Google Analytics中尝试HelloAnalyticsApiSample时获得java.net.ConnectException: Connection refused: connect异常:

return new AuthorizationCodeInstalledApp(flow, new LocalServerReceiver()).authorize("user");

我是否需要在参数“user”中提供一些特定用户?

我在analytics.json输入文件中提供了以下条目(我手动提供了此条目,因为有关写入权限的异常):

{
  "installed": {
    "client_id": "my client id ",
    "client_secret": "my client secret"
  }
}

0 个答案:

没有答案