jcline / fuse-google-drive

A fuse filesystem wrapper for Google Drive.
GNU General Public License v2.0
285 stars 48 forks source link

Access token only lasts 3600s #11

Open jcline opened 12 years ago

jcline commented 12 years ago

Need to use the refresh token to get a new access token periodically in the background so that the user doesn't have to reauth or anything weird.