OneDrive Cloud Credentials Creates Token That Expires
Description
When adding a OneDrive Cloud Credentials the web OAuth window opens correctly and an access token is filled in post login. However this token is set to expire one hour after the creation time with no refresh token.
This causes a cloud sync task to fail if it is runs more than one hour after the cloud credential creation time.
I attempted to follow the guide here on Rclone to set up my own Client ID and Key but it proved unhelpful as there is nowhere to enter it.
Token retevived using the built in "Login To Provider" Button is in the form
When adding a OneDrive Cloud Credentials the web OAuth window opens correctly and an access token is filled in post login. However this token is set to expire one hour after the creation time with no refresh token.
This causes a cloud sync task to fail if it is runs more than one hour after the cloud credential creation time.
I attempted to follow the guide here on Rclone to set up my own Client ID and Key but it proved unhelpful as there is nowhere to enter it.
Token retevived using the built in "Login To Provider" Button is in the form
{"token_type": "Bearer", "scope": "Files.ReadWrite.All profile openid email", "ext_expires_in": 3599, "access_token": "eyJ*****************ub2", "expiry": "2020-06-04T11:59:31.292736+00:00"}
Sorry if i have done anything wrong when submitting this bug fix request it is the first one i have done.