google-drive-ocamlfuse
google-drive-ocamlfuse copied to clipboard
Using gdfuse with access tokens only
I am trying to use gdfuse in an environment where I can continuously retrieve an access token, but do not have a refresh token. By modifying the state
file with a valid access token and a dummy refresh token, the mount works for about an hour and then dies, presumably because the access token expires and then the refresh does not work. Putting a new access token into state
does not help, presumably because gdfuse does not read the state
file again after starting up.
Is there a way to continuously feed gdfuse valid access tokens?