0

我正在尝试我们的 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

4

0 回答 0