TrackExternalFileItemDto
One external file to track within a bulk track request.
Properties
| Name | Type | Description |
|---|---|---|
| externalFileId | string | The platform-specific file identifier (e.g., Drive file ID) |
The platform-specific file identifier (e.g., Drive file ID) | ||
| fileName | string | The file name from the provider — also used to derive the document title |
The file name from the provider — also used to derive the document title | ||
| fileSize | integer | File size in bytes |
File size in bytes | ||
JSON Example
{
"externalFileId": "string",
"fileName": "string",
"fileSize": 0
}