benjcunningham / googlecalendar

Easily access and modify calendars, events, and UI settings via the Google Calendar API
Other
12 stars 6 forks source link

Error: cache should be length 1 vector #21

Open cec1313 opened 3 years ago

cec1313 commented 3 years ago

Getting this every time I run through the initial set up such as gc_auth() and gc_new(). How to fix this?

giuseppec commented 3 years ago

I think options(ooglecalendar.oauth_cache = TRUE) or gc_auth(cache = TRUE) should resolve your issue.