Summary
Add a unified media / attachment download shortcut under drive for Doc, Base, Sheet, etc.
Motivation
Downloading files exists across multiple Lark products, but the CLI entrypoints are not unified.
A single command would make automation simpler and more consistent, especially for AI-agent usage.
Proposed Capability
Provide one download shortcut under drive, similar to doc +media-download.
Keep the flags simple and consistent:
Possible CLI UX
lark-cli drive +media-download --type doc --token ... --output ...
lark-cli drive +media-download --type base --token ... --output ...
lark-cli drive +media-download --type sheet --token ... --output ...
Why This Matters
This would make file download workflows more predictable across products and easier to use in scripts and automation.
Thanks for considering this feature.
Summary
Add a unified media / attachment download shortcut under
drivefor Doc, Base, Sheet, etc.Motivation
Downloading files exists across multiple Lark products, but the CLI entrypoints are not unified.
A single command would make automation simpler and more consistent, especially for AI-agent usage.
Proposed Capability
Provide one download shortcut under
drive, similar todoc +media-download.Keep the flags simple and consistent:
--type--token--outputPossible CLI UX
Why This Matters
This would make file download workflows more predictable across products and easier to use in scripts and automation.
Thanks for considering this feature.