# CreateContentVersionFlowInput

Describes one external-storage file to include in a content-version batch.

> Kind: Apex type · Updated: 2026-07-03

CreateContentVersionFlowInput describes a single external-storage file to create a content version for. Each entry of the files field on Types.CreateContentVersionBatchPayload is a CreateContentVersionFlowInput, consumed by Client.createContentVersionBatch().

## Fields

### Fields
| Parameter | Type | Required | Description |
|---|---|---|---|
| library | String | required | The related files library — one of cloudfiles, google, sharepoint, onedrive, box, dropbox. |
| driveId | String | required | The drive where the file is located. |
| id | String | required | The resource Id of the file for which a content version is created. |
