upload_file
Upload a file to Feishu and obtain a file_key required to send the file as a user via send_file_as_user.
Instructions
[Official API] Upload a file to Feishu. Returns file_key for use with send_file_as_user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the file on disk | |
| file_type | No | File type (default: stream for generic files) | |
| file_name | No | Display file name (optional, defaults to basename) |