java.net.ConnectException: Connection refused: connect
在 Google Analytics 中尝试 HelloAnalyticsApiSample 时出现异常:
return new AuthorizationCodeInstalledApp(flow, new LocalServerReceiver()).authorize("user");
我需要在参数“user”中提供一些特定的用户吗?
我在我的 analytics.json 输入文件中提供了以下条目(我手动提供了此条目,因为写入权限存在异常):
{
"installed": {
"client_id": "my client id ",
"client_secret": "my client secret"
}
}