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

OneDrive automatically unmounts after several hours #10

Closed calvinturbo closed 6 years ago

calvinturbo commented 9 years ago

It says my token has expired after a few hours.

yoichiro commented 9 years ago

@calvinturbo This is because the Microsoft OAuth2 specification. In this application, OAuth2 Implicit grant is used to get the access token to use each API of the OneDrive. The access token will be expired in the several hours after issued. Also, the refresh token cannot be issued in the case of using the Implicit grant. Thus, I think that I cannot solve this issue. I want to decide that this is a specification for this application. Sorry.

rooey commented 6 years ago

13 duplicate