Generate data-link file upload URL (to given path)
POST/data-links/:dataLinkId/upload/:dirPath
Creates a URL to upload files to the data-link associated with the given dataLinkId
, specifying a file path (dirPath
).
For AWS S3 data-links, an additional follow-up request must be sent after your file upload has completed (or encountered an error) to finalize the upload - see the /upload/finish
endpoint.
Request
Responses
- 200
- 400
- 403
- 404
OK
BadRequest
Operation not allowed
NotFound, when the API is disabled or the file does not exist or data link not found