Initialize a multipart upload

This call initializes a multipart file upload.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
boolean

If overwrite is set to true and a file already exists under the name specified in the request, the existing file will be deleted and a new one created in its place.

Body Params
string

The name of the project you want to upload a file to, in the (<username>/<project-name>) format.

string

The ID of the folder to which the item is being uploaded. Should not be used together with project. If parent is used, the upload will take place into the specified folder, within the project to which the folder belongs. If project is used, the items will be imported to the root of the project's files.

string
required

The name of the file you are about to upload. This must be unique in the project, unless you are also enabling the overwrite query parameter. Allowed characters in file names are all alphanumerics and special characters except slash (/). File names can’t be longer than 255 characters.

int32

The size of the file that will be uploaded. This can be used to track progress of an ongoing upload, but is otherwise optional.

int32

The preferred size for upload parts. If omitted or set to a value that is incompatible with the cloud storage provider, a default value will be used.

string

32-byte hexadecimal MD5 checksum of the file. This value is currently only stored but is not used by the Platform.

Headers
string
required

Your Seven Bridges Platform authentication token. For security reasons, token will not be automatically populated in the generated code sample. Please replace <your-token-here> with your token before executing this call.

Response

Language
LoadingLoading…
Response
Choose an example:
application/json