Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/google-sheets/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google sheets googlesheet软件包不允许我在我闪亮的应用程序中登录googlesheet_Google Sheets_Shiny_Package - Fatal编程技术网

Google sheets googlesheet软件包不允许我在我闪亮的应用程序中登录googlesheet

Google sheets googlesheet软件包不允许我在我闪亮的应用程序中登录googlesheet,google-sheets,shiny,package,Google Sheets,Shiny,Package,每当我尝试将我的闪亮应用程序连接到Google sheet时,我都会收到以下消息: 暂时禁用此应用的Google登录 为了使用谷歌登录,谷歌尚未验证此应用程序 它过去是可以工作的,但看起来谷歌最近阻止了这个应用程序。有解决办法吗?你有没有试用过Jenny Bryan的google sheet软件包,googlesheets4()?忘了评论吧 我试过Google Sheets4,它看起来很有希望。我可以找到我的谷歌硬盘,但我不能阅读任何表格。甚至不使用sheets_示例,这很奇怪 我试过: dri

每当我尝试将我的闪亮应用程序连接到Google sheet时,我都会收到以下消息: 暂时禁用此应用的Google登录 为了使用谷歌登录,谷歌尚未验证此应用程序


它过去是可以工作的,但看起来谷歌最近阻止了这个应用程序。有解决办法吗?

你有没有试用过Jenny Bryan的google sheet软件包,googlesheets4()?

忘了评论吧

我试过Google Sheets4,它看起来很有希望。我可以找到我的谷歌硬盘,但我不能阅读任何表格。甚至不使用sheets_示例,这很奇怪

我试过:

drive_auth(email="MyEmail@gmail.com")
sheets_auth(token = drive_token())
(DRIVE = drive_get("MySpeadSheet"))
SPE = read_sheet(DRIVE,  range = "MySheet")
我尝试了不同的方法来获取带有“read_sheet”(包括sheets_示例)的工作表,但每次都会出现以下错误:

Error in parse(df$cell, ctype, ...) : is_string(ctype) is not TRUE

谢谢你的帮助。我可以连接到我的GoogleDrive,我安装/升级了所需的软件包,并编写了以下代码:drive_auth(email=”MyEmail@gmail.com)在身份验证后,如果您只运行“驱动器”,则在验证后进行工作表\u auth(token=drive\u token())(drive=drive\u get(“HCAbooking”))SPE=read\u sheet(drive,range=“SPE”)