世纪互联开启了新一轮大封锁,已知以不正当方式开的号大部分都已经翻车。表现为 Onedrive 和 SharePoint 被锁定(网页端404,API访问423),且数据无法取回。

附 API 响应信息:
Array{
"error": {
"code": "notAllowed",
"message": "Access to this site has been blocked. Please contact the administrator to resolve this problem.",
"innerError": {
"code": "resourceLocked",
"date": "2022-11-02T07:25:00",
"request-id": "xxx",
"client-request-id": "xxx"
},
"stat": 423
}
}
 
 
Back to Top