前置阅读 | Pre-reading
PicGo的版本 | PicGo Version
2.4.3
系统信息 | System Information
Mac
问题重现 | Bug reproduce
图床使用SM.MS(已知其迁移到s.ee,已经在s.ee)生成token,并修改picgo中的相关设置,上传时报错,日志在下方。报错为404,所以到s.ee的官网看了下,那边的上传接口是https://s.ee/api/v1/file/upload,而报错日志显式请求接口是https://s.ee/api/v2/upload
相关日志 | Logs
2026-03-05 05:54:54 [PicGo ERROR] {
"method": "POST",
"url": "https://s.ee/api/v2/upload",
"statusCode": 404,
"message": "Request failed with status code 404",
......
}
前置阅读 | Pre-reading
PicGo的版本 | PicGo Version
2.4.3
系统信息 | System Information
Mac
问题重现 | Bug reproduce
图床使用SM.MS(已知其迁移到s.ee,已经在s.ee)生成token,并修改picgo中的相关设置,上传时报错,日志在下方。报错为404,所以到s.ee的官网看了下,那边的上传接口是
https://s.ee/api/v1/file/upload,而报错日志显式请求接口是https://s.ee/api/v2/upload相关日志 | Logs
2026-03-05 05:54:54 [PicGo ERROR] {
"method": "POST",
"url": "https://s.ee/api/v2/upload",
"statusCode": 404,
"message": "Request failed with status code 404",
......
}