microsoft api
drive
get access token
# command run
./microsoft-api drive authorize
# login and authorize
copy code return from terminal to config file
# share folder of onedrive, example Document folder /Document
RootPath: /
# access token refresh rate, unit second, max 6000
TokenRefreshRate: 2400
# file list refresh rate, unit second, max 6000
FileRefreshRate: 1200
# download url timeout, unit second, max 6000
DownloadTimeout: 2400
# access token info, get from last step, copy it to here
TokenBase64: ""
start
./microsoft-api drive serve