What problem does it solve?
Provides a simple interface to manage Feishu cloud storage so users and bots can list folders, inspect file metadata, create folders, move files, and delete items without manually navigating the Feishu web UI.
Core Features & Use Cases
- Token extraction: Extract folder_token or file_token from Feishu URLs to reference specific locations.
- List folder contents: Browse root or shared folders and retrieve file tokens, names, types, URLs, and timestamps.
- File metadata and search: Retrieve file info by token and type (doc, docx, sheet, bitable, file, mindnote, shortcut).
- Create, move, delete: Create folders inside a parent folder, move files between folders, and delete files when authorized.
- Permissions & limits: Supports readonly and full drive scopes but bots have no personal root folder and can only operate on folders shared with them.
Quick Start
Use the feishu-drive tool to list the contents of folder token fldcnXXX and return each item's name, type, token, and URL.