Publish an existing upload
nexus_publish_uploadPublish a finalized Nexus Mods upload ID as a mod file or new version without resending the archive. Use when upload bytes succeeded but publishing failed.
Instructions
Recovery tool: turns an already finalised upload_id into a mod file or a new version, without re-sending the archive. Use it when nexus_upload_mod_file uploaded the bytes but the publishing step failed, or when the upload was still processing. Check nexus_upload_status shows state=available first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| mod_id | Yes | Numeric mod id (visible in the page URL) | |
| version | Yes | ||
| upload_id | Yes | Upload id returned by nexus_upload_mod_file | |
| description | No | ||
| mod_file_id | No | Existing file to add this version to (omit to create a new file) | |
| file_category | Yes | ||
| game_domain_name | No | Game domain, e.g. "skyrimspecialedition". Default: "mountandblade2bannerlord" | |
| update_mod_version | No | ||
| previous_version_id | No | ||
| archive_existing_file | No | ||
| show_requirements_pop_up | No | ||
| allow_mod_manager_download | No | ||
| primary_mod_manager_download | No |