upload_file_confirm
Confirm and execute a pending file upload by providing the confirmation token returned from upload_file(). Use this to proceed when confirmation is enabled.
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 |