R goolge auth showing error

Hi all,

I am trying to connect my app with the google api. I saved the Client id and secret key in the path-

``
file.edit("~.Renviron")

and then proceeded with 
```options("googleAuthR.client_id" = Sys.getenv("googleAuthR.client_id"))
options("googleAuthR.client_secret" = Sys.getenv("googleAuthR.client_secret"))
options("googleAuthR.scopes.selected" = c("https://www.googleapis.com/auth/cloud-platform"))
googleAuthR::gar_auth()

But it's showing the error in the image.
How to overcome this??

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.