rooey / chromeos-filesystem-onedrive

This project provides a OneDrive FileSystem mount for ChromeOS
http://onedrivefs.justmichael.uk/
BSD 3-Clause "New" or "Revised" License
36 stars 20 forks source link

Re-add refresh token support to v3 #32

Closed rooey closed 5 years ago

rooey commented 5 years ago

Current client doesn't support refresh token which was added to v2, this needs to be re-added

rooey commented 5 years ago

Implemented in 7e21d8cb8a6800e1a979ebf096bcc91fbf7e4188

rooey commented 5 years ago

Broken in 8e5a6040eb01648d63487bc30f6b5f876ad38d44 refreshToken() is called when 401 is given; need to add a failure clause to doUnmount.