次の行でGoogleAnalyticsのHelloAnalyticsApiSamplejava.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"
}
}