Replies: 1 comment
-
这个错误信息表明在上传文件时,系统在检查目录是否存在时遇到了问题,具体是无法获取父目录列表,导致查询失败。这种问题可能是由于以下原因导致的:
为了解决这个问题,您可以尝试以下步骤:
如果这些步骤无法解决问题,您可以提供更多的上下文信息,或者查看是否有其他用户报告了类似的问题。 🪧 TipsFor further assistance, please describe your question in the comments and @petercat-assistant to start a conversation with me. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
我最近在使用
PUT
方法上传文件时遇到了问题,之前上传都是正常的,但最近一直报错failed to check if dir exists: failed get parent list: failed get dir: failed get parent list: failed to list objs: query fail [61004]
。请问这是什么原因导致的?我应该如何解决这个问题?你们是否有遇到类似的问题?错误:
{
code: 500,
message: "failed to make dir [/xx/xxxx]: failed to check if dir exists: failed get parent list: failed get dir: failed get parent list: failed to list objs: query fail [61004]",
data: null,
}
Beta Was this translation helpful? Give feedback.
All reactions