Create Multipart Upload Session
POST/games/:game-id/mods/:mod-id/files/multipart
Create a new multipart upload session. A successful request will return a single Multipart Upload Object.
Request
Error Codes
Status Code | Error Ref | Description |
---|---|---|
400 | 29002 | The nonce you provided was already associated with a completed upload session. If you wish to start a new upload you should regenerate the nonce parameter. |
403 | 15006 | The authenticated user does not have permission to upload modfiles for the specified mod, ensure the user is a team manager or administrator. |
403 | 15012 | The authenticated user has had upload privileges restricted by mod.io admins, this is typically due to spam. |
Responses
- 200
- 400
- 403
Successful Request
The nonce you provided was already associated with a completed upload session. If you wish to start a new upload you should regenerate the nonce parameter.
The authenticated user has had upload privileges restricted by mod.io admins, this is typically due to spam.