从Google云端硬盘下载电子表格时,GoogleAuthR软件包出现问题

时间:2018-11-22 12:24:52

标签: r shiny google-authentication google-docs-api

我正在尝试实现Google身份验证并与Google驱动器进行交互(读取和写入文件,文件夹,电子表格)。

我可以成功验证身份并从google驱动器读取文件列表,但在下载文件时遇到问题。

这是代码段:

gar_api_generator(paste0("https://www.googleapis.com/drive/v3/files/",
                          file_id, "/export"),
                          "GET",
                          pars_args=list(
                          mimeType = application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"),
                          data_parse_function = NULL)()

这是我得到的错误:

       Warning: Error in : API returned: Export only supports Google Docs.

有什么可以帮助我的吗?

0 个答案:

没有答案