ftrack_get_upload_metadata
Obtain required upload metadata for a file in ftrack by providing component ID and file size, enabling successful file uploads.
Instructions
Get metadata required for uploading a file to ftrack
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checksum | No | MD5 checksum of the file (base64 encoded) | |
| file_name | No | Name of the file | |
| file_size | Yes | Size of the file in bytes | |
| component_id | Yes | Component ID for the upload |