RStudio& RGoogleAnalytics提供错误:redirect_uri_mismatch

时间:2016-10-11 15:57:02

标签: r google-analytics

我正在尝试从R通过Analytics API连接到谷歌分析。以下是我的代码。

library(RGoogleAnalytics)

oauth_token <- Auth(client.id = "clientID", client.secret = "clientSecret")

当我在上面运行命令时,它会在浏览器中显示以下错误

Error: redirect_uri_mismatch
The redirect URI in the request, http://localhost:1410/, does not match the ones authorized for the OAuth client. 

我在google开发者控制台中有以下设置

Authorised JavaScript origins : http://localhost:1410
Authorised redirect URIs: http://localhost:8080/oauth2callback

请帮忙。

1 个答案:

答案 0 :(得分:-1)

您需要将重定向URI更新到同一端口。

http://localhost:1410/oauth2callback

如果这不起作用,请创建一个新的客户端密钥json文件。使用&#34;其他&#34;作为应用程序类型;