mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
FeishuDocument tool use Lark's Api #477
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Sunzhuoyi on GitHub (Jul 24, 2025).
Self Checks
Dify version
1.6.0
Plugin version
0.0.1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
The Feishu document uses the Lark interface, which can be found at this link : https://github.com/langgenius/dify-official-plugins/blob/main/tools/feishu_document/tools/feishu_api_utils.py, On line 54, the Lark document tool also uses this API. And I think the Chinese version uses https://open.feishu.cn/document/server-docs/docs/docs/docx-v1/document-block/create more suitable.
On the other hand, the interface for updating documents is now“
https://open.feishu.cn/open-apis/docx/v1/documents/:document_id/blocks/:block_id/children ”The OPEN API url currently in use is: https://open.larkoffice.com/document/server-docs/docs/docs/docx-v1/document/raw_content It is outdated and cannot create complex Feishu documents.
✔️ Error log
No response
@dosubot[bot] commented on GitHub (Aug 19, 2025):
Hi, @Sunzhuoyi. I'm Dosu, and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.
Issue Summary:
Next Steps:
Thank you for your understanding and contribution!