每当我尝试将Shiny应用程序连接到Google表格时,都会收到以下消息: 使用此应用暂时禁止使用Google登录 该应用尚未通过Google验证,可以使用Google登录。
它曾经可以工作,但是看起来Google最近阻止了该应用程序。有解决方法吗?
答案 0 :(得分:1)
您是否尝试过由詹妮·布莱恩(Jenny Bryan)设计的较新的Google工作表套件googlesheets4(https://googlesheets4.tidyverse.org/)?
答案 1 :(得分:1)
忘记评论。
我尝试过googlesheets4,它看起来很有希望。我可以到达googleDrive,但看不到任何表格。甚至没有使用sheets_examples,这很奇怪。
我尝试过:
drive_auth(email="MyEmail@gmail.com")
sheets_auth(token = drive_token())
(DRIVE = drive_get("MySpeadSheet"))
SPE = read_sheet(DRIVE, range = "MySheet")
我尝试了多种方法来获取带有“ read_sheet”(包括sheets_examples)的工作表,但是每次出现以下错误时:
Error in parse(df$cell, ctype, ...) : is_string(ctype) is not TRUE