MarkEdmondson1234 / googleAuthR

Google API Client Library for R. Easy authentication and help to build Google API R libraries with OAuth2. Shiny compatible.
https://code.markedmondson.me/googleAuthR
Other
175 stars 54 forks source link

gar_set_client() should also be used when using gar_service_auth() #176

Open MarkEdmondson1234 opened 4 years ago

MarkEdmondson1234 commented 4 years ago

What goes wrong

Many users do not set the client.id and secret before using gar_service_auth(). As this info is in gar_service_Auth JSON as well, maybe this is redundant.