本帖最后由 Linxiao 于 2021-3-18 09:13 编辑
新版本1.3已支持世纪互联切换。旧版本可参考一下修改使用世纪互联版本备份,当然还是建议升级避免出错:
支持世纪互联 的 ,就是修改下配置文件就行了 sharepoint都可以
替换插件目录下的credentials.json文件内容:
{
"client_id": "62e624a1-3ef5-4817-9b78-4553ce0c3c4c",
"client_secret": "-_wHwptT-dbDsON1R34uV.2TL22yvVOa5A",
"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/login/authorized",
"api_uri": "https://microsoftgraph.chinacloudapi.cn/v1.0"}
|