googlesheets4 1.1.0
Syncing up with gargle
Version 1.3.0 of gargle introduced some changes around OAuth and googlesheets4 is syncing with up that:
gs4_oauth_client()
is a new function to replace the now-deprecatedgs4_oauth_app()
.- The new
client
argument ofgs4_auth_configure()
replaces the now-deprecatedapp
argument. - The documentation of
gs4_auth_configure()
emphasizes that the preferred way to "bring your own OAuth client" is by providing the JSON downloaded from Google Developers Console.
Other
gs4_auth()
now warns if the user specifies both email
and path
, because this is almost always an error.