Skip to content

googlesheets4 1.1.0

Compare
Choose a tag to compare
@jennybc jennybc released this 23 Mar 23:00

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-deprecated gs4_oauth_app().
  • The new client argument of gs4_auth_configure() replaces the now-deprecated app 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.