Resources

Upload a file

Uploads a file to a specified path, with optional support for resuming a partially uploaded existing file.

post/resources/upload

Query parameters

pathstring required

Destination path for the file being uploaded, including the file name.

fileSizeinteger required

File size, in bits, of the file being uploaded.

resumeboolean

True if upload resume is supported, false if it isn't.

allowOverwriteboolean

True if a file with the same name is found in the designated path, should be overwritten. False if different file names should be generated.

Headers

ev-api-keystring required

API Key required to make the API call.

ev-access-tokenstring required

Access token required to make the API call.

offsetBytesinteger

Allows a file upload to resume at a certain number of bytes.

Response

Successful Operation

ResourceResponse required— unresolved $ref

Changes