You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment it only sets googleAuthR.client_id , not googleAuthR.webapp.client_id etc.
Still need to set those manually at the moment e.g.
## still need to set these until gar_set_client supports Shiny
options(googleAuthR.webapp.client_id = "XXX")
options(googleAuthR.webapp.client_secret = "YYY")
Need to create a web app client on Google Cloud, then download JSON as well but this time its not in installedbut in web
The text was updated successfully, but these errors were encountered:
At the moment it only sets
googleAuthR.client_id
, notgoogleAuthR.webapp.client_id
etc.Still need to set those manually at the moment e.g.
Need to create a web app client on Google Cloud, then download JSON as well but this time its not in
installed
but inweb
The text was updated successfully, but these errors were encountered: