Upload a File
- Last UpdatedAug 16, 2022
- 1 minute read
|
Description |
Upload a file to an AVEVA Insight solution. |
|
Method |
POST |
|
URL |
https://online.wonderware.[DOMAINSUFFIX]/apis/storage/v1/files |
|
Authorization |
Bearer token |
|
Required Parameters |
|
|
Optional Parameters |
|
Upload a file with a REST API utility
The following steps describe how to use this call in Postman. The example uses a recent version of Postman, but refer to Postman documentation for the most up to date version of these steps.
-
Create a new request using the method and URL provided above and authorize the request with your bearer token.
-
Select Body and then form-data.

-
Add the key uploadFile, and then select File from the drop-down.

The Select Files button will appear under the Value column.
-
Select the Select Files button and select your desired file from the dialog.
Your selected file will appear under the Value column.
-
Send the request.