Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

用/api/fs/rename重命名一个路径,它是挂载的storage,会响应成功,实际上啥都没做 #5322

Closed
4 tasks done
ChenyangGao opened this issue Oct 1, 2023 · 2 comments
Labels
bug Something isn't working stale No activity for more than 30 days

Comments

@ChenyangGao
Copy link

ChenyangGao commented Oct 1, 2023

Please make sure of the following things

  • I have read the documentation.
    我已经阅读了文档

  • I'm sure there are no duplicate issues or discussions.
    我确定没有重复的issue或讨论。

  • I'm sure it's due to AList and not something else(such as Network ,Dependencies or Operational).
    我确定是AList的问题,而不是其他原因(例如网络依赖操作)。

  • I'm sure this issue is not fixed in the latest version.
    我确定这个问题在最新版本中没有被修复。

AList Version / AList 版本

v3.28.0

Driver used / 使用的存储驱动

115

Describe the bug / 问题描述

我的115网盘挂载在/115路径下,然后我用/api/fs/rename,发送改名请求

{"path":"/115", "name": "116"}

响应结果是

{
    "code": 200,
    "message": "success",
    "data": null
}

刷新alist的网页版,/115也没变成/116,所以我觉得,正确的行为应该类似下面这样

{
    "code": 500,
    "message": "不允许对一个storage重命名",
    "data": null
}

Reproduction / 复现链接

Config / 配置

Logs / 日志

No response

@ChenyangGao ChenyangGao added the bug Something isn't working label Oct 1, 2023
Copy link

stale bot commented Nov 14, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale No activity for more than 30 days label Nov 14, 2023
Copy link

Hello @, this issue was closed due to inactive more than 52 days. You can reopen or recreate it if you think it should continue. Thank you for your contributions again.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale No activity for more than 30 days
Projects
None yet
Development

No branches or pull requests

1 participant