upload_file_confirm
Confirm a pending file upload by providing the token returned from the initial upload request, enabling a safe two-step approval process.
Instructions
Confirm and execute a pending file upload.
When ``KILN_CONFIRM_UPLOAD`` is enabled, ``upload_file()`` returns a
confirmation token instead of uploading immediately. Pass that token
here to proceed with the upload.
Args:
token: The confirmation token returned by ``upload_file()``.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes |