Closed paddytobias closed 5 years ago
Giving gmail_auth the ability to take an .rds token just like gc_auth() in googlecalendar and gs_auth() in googlesheets packages.
Useful for when need to authenticate interactively once, then relying on the .rds file thereafter.
@jennybc do you think you could review this?
Sure I can weigh in here.
But my preliminary meta comment is that the next release of gmailr should use gargle, which I really am releasing soon.
So perhaps we should sit on this just a wee bit longer and do this auth makeover all at once?
Waiting on gargle sounds good to me!
Thank you for working on this, however we have now switched to using the gargle package to handle the google authentication, so this PR is no longer needed.
Giving
gmail_auth
the ability to take an .rds token just likegc_auth()
ingooglecalendar
andgs_auth()
ingooglesheets
packages.Useful for when need to authenticate interactively once, then relying on the .rds file thereafter.