我在 R 中使用 googlesheets4 包。我的同事与我共享了一个具有完全访问权限的 google sheet。但我无法获得它,或者drive_find()
我sheets_find
确实获得了其他共享文件。我不知道为什么..这是我在 R 中的代码:
library(googledrive)
library(googlesheets4)
drive_auth()
ss <- drive_get("DSI Style Tags - Class List") ## returns 0 obs
a <- drive_find(type = "spreadsheet") ## returns all the spreadsheets in my drive or shared with me but the one I want
b <- sheets_find() ## the same as drive_find, only the one i want is missing
如何在此处跟踪问题?非常感谢!