Hi all
Code:
library(googledrive)
drive_auth(oauth_token = "dolores_token.rds")
Error text:
Error in drive_auth: unused argument (oauth_token = "dolores_token.rds")
Please suggest any solutions
Hi all
Code:
library(googledrive)
drive_auth(oauth_token = "dolores_token.rds")
Error text:
Error in drive_auth: unused argument (oauth_token = "dolores_token.rds")
Please suggest any solutions
drive_auth()
doesn't has an oauth_token
argument and also it can't read directly from .rds
files, what kind of object do you have inside it?
This article could be useful for you to learn how to login
https://googledrive.tidyverse.org/articles/articles/bring-your-own-app.html
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.