google-drive-ocamlfuse icon indicating copy to clipboard operation
google-drive-ocamlfuse copied to clipboard

Using gdfuse with access tokens only

Open drhagen opened this issue 3 years ago • 0 comments

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?

drhagen avatar Oct 07 '21 12:10 drhagen