尽管启用了 API,R 仍无法访问 googlesheets4

R can't access googlesheets4, despite API enabled

我使用 R 连接到 Google Analytics,我可以登录,但是当尝试连接到 Google 表格时,它不允许我登录。我尝试了以下代码:

library(googlesheets4)
gs_auth()

然后将我带到用户身份验证页面,但消息又是:

Sign in with Google temporarily disabled for this app This app has not been verified yet by Google in order to use Google Sign In.

我检查过 googlesheets API 是否已启用。你对这个问题有什么建议吗?谢谢。

此致,

亚历克西斯

我必须使用 sheets_auth() 来验证和授予对 googlesheets4 库的访问权限。