/
DC 5.8 InitiateUpload
DC 5.8 InitiateUpload
This method is used for initiating an upload
URL : /dmm3bwsv3/UploadService.js
Method : POST
Auth required : Yes
Required parameters
Name | Example | Description |
---|---|---|
method | InitiateUpload | Fixed parameter that identifies the endpoint method. |
accessKey | eb774621-1c2f-467b-b006-a8efa67094a7 | AccesKey for API |
filename | test.jpg | name of the file that is uploaded |
Optional parameters
Name | Example | Description |
---|---|---|
uploadername | fjs.upload | Name of the uploader. Used for workflows |
cUrl data example
Success Response
Code : 200 OK
Content example
{ "success": true, "total": 0, "error": "", "items": [{ "uploadId": 4, "itemId": 9512, "AssetId": 0 }], "warnings": [] }
Error Response
Code : 200 OK
Content example
{ "success": false, "total": 0, "error": "Access denied\r\n", "items": null, "warnings": [{ "Severity": 10, "Code": 420, "Description": "Access denied" }] }
, multiple selections available,
Related content
DC 5.8 UploadAsset
DC 5.8 UploadAsset
Read with this
DC 5.7 InitiateUpload
DC 5.7 InitiateUpload
More like this
DC 5.10 Authentication: General information
DC 5.10 Authentication: General information
Read with this
DC 5.6 InitiateUpload
DC 5.6 InitiateUpload
More like this
DC 5.10 Uploading and replacing assets
DC 5.10 Uploading and replacing assets
Read with this
DC 5.4 InitiateUpload
DC 5.4 InitiateUpload
More like this