在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"
}
}