Complete Upload

Go to Product

Completes the [Upload](/docs/api-reference/uploads/object). Within the returned Upload object, there is a nested [File](/docs/api-reference/files/object) object that is ready to use in the rest of the platform. You can specify the order of the Parts by passing in an ordered list of the Part IDs. The number of bytes uploaded upon completion must match the number of bytes initially specified when creating the Upload object. No Parts may be added after an Upload is completed.

Options

Upload Id
The ID of the Upload.
Body

Request body which must comply to the following JSON Schema:

{
  "required" : [ "part_ids" ],
  "type" : "object",
  "properties" : {
    "part_ids" : {
      "type" : "array",
      "description" : "The ordered list of Part IDs.\n",
      "items" : {
        "type" : "string"
      }
    },
    "md5" : {
      "type" : "string",
      "description" : "The optional md5 checksum for the file contents to verify if the bytes uploaded matches what you expect.\n"
    }
  },
  "additionalProperties" : false
}
Result Format

Specify how the response should be mapped to the table output. The following formats are available:

Raw Response: Returns the raw response in a single row with the following columns:

  • body: Response body
  • status: HTTP status code

Input Ports

Icon
Configuration data.

Output Ports

Icon
Result of the request depending on the selected Result Format.
Icon
Configuration data (this is the same as the input port; it is provided as passthrough for sequentially chaining nodes to declutter your workflow connections).

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.