upload_video_resumable
Upload large video files up to 4GB using resumable chunked upload to overcome size limits and network failures.
Instructions
Upload a video file using resumable upload (supports files >100MB up to 4GB).
Use this for large files that fail with upload_video_asset. Automatically chunks the file and uploads sequentially.
Args: account_id: Ad account ID. video_path: Local path to .mp4 or .mov file. title: Optional title (defaults to filename). chunk_size_mb: Chunk size in MB (default 20).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | ||
| video_path | Yes | ||
| title | No | ||
| chunk_size_mb | No |