gpt4 book ai didi

RStudio 和 RGoogleAnalytics 给出错误 : redirect_uri_mismatch

转载 作者:行者123 更新时间:2023-12-03 17:08:49 32 4
gpt4 key购买 nike

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

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.

我在谷歌开发者控制台中有以下设置
Authorised JavaScript origins : http://localhost:1410
Authorised redirect URIs: http://localhost:8080/oauth2callback

请帮忙。

最佳答案

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

http://localhost:1410/oauth2callback

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

关于RStudio 和 RGoogleAnalytics 给出错误 : redirect_uri_mismatch,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39981586/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com