Files

32 lines
799 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# drive +download
> **前置条件:** 先阅读 [`../lark-shared/SKILL.md`](../../lark-shared/SKILL.md) 了解认证、全局参数和安全规则。
从飞书云空间(云盘/云存储)下载文件到本地。
## 命令
```bash
# 下载到指定路径
lark-cli drive +download --file-token boxbc_xxx --output ./report.pdf
# 只提供 token默认保存为当前目录下同名文件
lark-cli drive +download --file-token boxbc_xxx
```
## URL 解析
从飞书文件 URL 提取 token
```
https://xxx.feishu.cn/drive/file/boxbc_xxx
^^^^^^^^^
file_token
```
## 参考
- [lark-drive](../SKILL.md) -- 云空间(云盘/云存储)全部命令
- [lark-shared](../../lark-shared/SKILL.md) -- 认证和全局参数