Open
Description
library("RoogleVision")
options("googleAuthR.client_id" = "XXXXXX")
options("googleAuthR.client_secret" = "XXXXX")
options("googleAuthR.scopes.selected" = c("https://www.googleapis.com/auth/cloud-platform"))
googleAuthR::gar_auth()
And I'm getting the error:
Authentication options didn't match existing session token and not interactive session so unable to manually reauthenticate
Any idea how can I overcome this?
Metadata
Metadata
Assignees
Labels
No labels