Warning: count(): Parameter must be an array or an object that implements Countable in /www/wwwroot/blog.cloudwai.com/usr/plugins/AMP/Action.php on line 388
修改宝塔面板中OneDrive备份插件支持世纪互联

修改宝塔面板中OneDrive备份插件支持世纪互联

2021-04-19T20:58:40

首先直接在宝塔面板里安装OneDrive的插件模块,这个就不用多说了吧?
然后修改/www/server/panel/plugin/msonedrive/credentials.json这个文件

{
  "client_id": "这里改成自己的client_id",
  "client_secret": "这里改成自己的client_secret",
  "authority": "https://login.chinacloudapi.cn/common",
  "token_endpoint": "/oauth2/v2.0/token",
  "authorize_endpoint": "/oauth2/v2.0/authorize",
  "scopes": "offline_access Files.ReadWrite.All User.Read",
  "redirect_uri": "http://localhost",
  "api_uri": "https://microsoftgraph.chinacloudapi.cn/v1.0"
}

然后回到宝塔插件里授权即可。

当前页面是本站的「Baidu MIP」版。发表评论请点击:完整版 »
因本文不是用Markdown格式的编辑器书写的,转换的页面可能不符合MIP标准。