文件上传所有网盘都是403 #3050
Unanswered
kissunyeason
asked this question in
Q&A
文件上传所有网盘都是403
#3050
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
所有网盘上传文件都是403

1、文件连接webdav,写入文件提示403
2、rclone manager上传文件提示403
/home/kissuny/软件/备份
OpenList:阿里云盘备份/备份
{
"jobid": 126,
"status": {
"duration": 3.630552754,
"endTime": "2026-09-06T22:32:59.996611353+08:00",
"error": "",
"executeId": "5f57ce19-3fe1-429c-8aaf-5b0775d3d7dc",
"finished": true,
"group": "job/126",
"id": 126,
"output": {
"results": [
{
"error": "Update mkParentDir failed: 403 Forbidden",
"input": {
"_group": "sync/OpenList/Default",
"buffer_size": "32M",
"dstFs": "OpenList:阿里云盘备份/备份",
"log_level": "INFO",
"max_buffer_memory": "2G",
"srcFs": "/home/kissuny/软件/备份",
"transfers": 8
},
"path": "sync/sync",
"status": 500
}
]
},
"startTime": "2026-09-06T22:32:56.36605865+08:00",
"success": true
}
}
3、终端测试也是403
➜ curl -X MKCOL "http://127.0.0.1:5244/dav/阿里云盘备份/备份/test_403"
-u "admin:123456"
--noproxy "127.0.0.1"
-v
< HTTP/1.1 403 Forbidden
< Date: Sun, 06 Sep 2026 14:26:19 GMT
< Content-Length: 0
<
奇怪的是,同样的配置,在手机上的AlistLite上(Openlist核心,没有任何问题)
在电脑上换Alist核心也没有问题
All reactions