我正在尝试使用R googlesheets软件包,但在尝试提取工作表列表时遇到了一个问题。我运行了身份验证过程,但我认为它与身份验证问题无关。
错误似乎与退出工作表设置有关?
library(googlesheets)
library(dplyr)
gs_auth(new_user = T)
# This brought up my browser and I authenticated and it seemed to run fine
gs_ls()
Error in stop_for_content_type(req, expected = "application/atom+xml; charset=UTF-8") :
Expected content-type:
application/atom+xml; charset=UTF-8
Actual content-type:
text/html; charset=UTF-8
在Windows 10上运行R 3.5.0