执行python脚本提示ConnectionError: [Errno 413] Exceed the operation limit on rows

版本: 开发者 3.0.0

有没有遇到过这种错误? 执行脚本获取表格的时候, 我已经设定了limit 不超过1000。

Traceback (most recent call last):
File “index.py”, line 70, in
merge(table_name=table)
File “index.py”, line 36, in merge
_base.batch_append_rows(summary_table, rows)
File “/usr/local/lib/python3.7/site-packages/seatable_api/main.py”, line 269, in batch_append_rows
return parse_response(response)
File “/usr/local/lib/python3.7/site-packages/seatable_api/main.py”, line 31, in parse_response
raise ConnectionError(response.status_code, response.text)
ConnectionError: [Errno 413] Exceed the operation limit on rows