Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Google Drive credentials以后想改ee_Initialize(drive = TRUE)。我再次安装rgee,ee_install()但没有新的凭据Tidyverse API Packages需求。
Google Drive credentials
ee_Initialize(drive = TRUE)
rgee
ee_install()
Tidyverse API Packages
请帮忙解决一下?
首先,您找到凭证路径:
library(rgee) ee_path <- path.expand("~/.config/earthengine/credentials") ee_path [1] "C:/Users/fores/Documents/.config/earthengine/credentials"
他们删除了“earthengine”目录中的所有内容,然后ee_Initialize(drive = TRUE)再次删除。问题解决了!!