uploadObject
- Last Updated: December 1, 2022
- 1 minute read
- DataDirect Connectors
- JDBC
- Autonomous REST Connector 6.0
- Documentation
Purpose
Uploads a new file to Box storage if it does not already exist.
| Field Name | Data Type | Parameter Type | Description |
|---|---|---|---|
fileName
|
VARCHAR(64) | IN | Specifies the name of the object to be uploaded. |
entity
|
VARBINARY(16777215) | IN | Specifies the contents of the file to be uploaded. |
parentFolderID
|
VARCHAR(64) | IN | Specifies the content of the object to be uploaded. |
| Response | Data Type | Parameter Type | Description |
|---|---|---|---|
status |
INTEGER | OUT | The response code for the request. |