Replies: 1 comment
-
根据您提供的信息,您在调用批量重命名 API 时遇到了错误,错误代码为 这个错误通常意味着您尝试将文件或文件夹重命名为相同的名称。以下是一些可能的解决方案:
如果您已经确认以上几点都没有问题,但仍然遇到相同的错误,可能需要查看服务器端的日志或联系开发者以获取更多帮助。 如果您有其他问题或需要进一步的帮助,请随时告诉我。 🪧 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.
Uh oh!
There was an error while loading. Please reload this page.
-
调用的是 /api/fs/regex_rename
requests.post(url, json={"src_dir": path, "rename_objects":[{"src_name": old_name, "new_name": new_name}]}, headers=headers)
看到文档里下面表格写的是 src_name_regex 和 new_name_regex 也对应修改了下试了下 还是那个错误响应
Beta Was this translation helpful? Give feedback.
All reactions