artemklevtsov / RGA

A Google Analytics API client for R
http://cran.r-project.org/package=RGA
32 stars 13 forks source link

auto refresh token doesn't work #47

Open benzhangyuan opened 7 years ago

benzhangyuan commented 7 years ago

When the access token expires, the authorize function cannot refresh the token. It shows "Error: Refresh token not available". Someone online says offline access has to be activated to fix this. https://developers.google.com/identity/protocols/OAuth2WebServer#offline. Can you check?