download_material
Download a single course material file from UTOL to a specified local path. Requires course idnumber, resource ID from get_course, and destination path.
Instructions
教材ファイルを単一・オンデマンドでローカルへ保存する。大量DL不可。受講登録済みコースのみ。get_course の materials[].resourceId で対象教材を指定する。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| destPath | Yes | 保存先の絶対パス | |
| idnumber | Yes | コースの idnumber | |
| resourceId | Yes | 教材の resourceId(get_course の materials[].resourceId) |