python api 中的get_file_download_link报错

按照文档对图片列调用get_file_download_link,返回错误
Traceback (most recent call last): File "index.py", line 319, in <module> uploders(path_trans(modelwork,topic,"范画")) File "index.py", line 254, in path_trans dld_lnk = base.get_file_download_link(imgpath) File "/usr/local/lib/python3.7/site-packages/seatable_api/main.py", line 416, in get_file_download_link data = parse_response(response) File "/usr/local/lib/python3.7/site-packages/seatable_api/main.py", line 40, in parse_response raise ConnectionError(response.status_code, response.text) ConnectionError: [Errno 400] {"error_msg":"path images/2023-01/%E6%B5%B7%E6%8A%A5%20%283%29.png not found."}

你需要把具体的代码贴一下。然后错误消息放在代码块中,显示为多行,现在压缩为一行,不方便看。