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

AList V3存储,无法对其进行文件或者文件夹的删除 #3154

Closed
4 tasks done
AkashiCoin opened this issue Jan 26, 2023 · 1 comment
Closed
4 tasks done
Labels
bug Something isn't working

Comments

@AkashiCoin
Copy link
Contributor

AkashiCoin commented Jan 26, 2023

Please make sure of the following things

  • I have read the documentation.
  • I'm sure there are no duplicate issues or discussions.
  • I'm sure it's due to alist and not something else(such as Dependencies or Operational).
  • I'm sure I'm using the latest version

Alist Version / Alist 版本

v3.9.1

Driver used / 使用的存储驱动

AList V3

Describe the bug / 问题描述

使用管理Alist,这里记做A,挂载一个alist v3存储(路径为/b,其中挂载了任意/b/a/b/b两个存储),这里记做B。
在A中操作B中的进行文件夹(/b/a/123)的删除的时候,提示删除成功,刷新B缓存后,实际依旧没有删除成功
请求:

{"dir":"/b/a","names":["123"]}

响应:

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

结果:
image


在A中操作B中的进行文件(/b/a/a.txt)的删除的时候,提示删除失败failed to get object: failed get parent list: not a folder
请求:

{"dir":"/b/a","names":["a.txt"]}

响应:

{"code":500,"message":"failed to get object: failed get parent list: not a folder","data":null}

Reproduction / 复现链接

AList A:https://alist-test.akashicoin.repl.co/
AList B:https://alist-b.akashicoin.repl.co/

账号: admin
密码: 4Q8WmHf7

Logs / 日志

No response

@AkashiCoin AkashiCoin added the bug Something isn't working label Jan 26, 2023
@AkashiCoin AkashiCoin changed the title 挂载AList V3存储,使用在V3存储内删除文件或文件夹,无法删除 挂载AList V3存储,在V3存储内删除文件或文件夹,无法删除 Jan 26, 2023
@AkashiCoin AkashiCoin changed the title 挂载AList V3存储,在V3存储内删除文件或文件夹,无法删除 AList V3存储,对文件或者文件夹修改有路径错误 Jan 26, 2023
@AkashiCoin AkashiCoin changed the title AList V3存储,对文件或者文件夹修改有路径错误 AList V3存储,无法对其进行文件或者文件夹的删除 Jan 26, 2023
@xhofe xhofe closed this as completed in b52e874 Jan 27, 2023
@github-actions github-actions bot mentioned this issue Mar 6, 2023
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant