POST api/ShortVideo/UploadFileToRemoteStorage?fileName={fileName}&remoteUrl={remoteUrl}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| fileName | string |
Required |
|
| remoteUrl | string |
Required |
Body Parameters
Stream| Name | Description | Type | Additional information |
|---|---|---|---|
| CanRead | boolean |
None. |
|
| CanSeek | boolean |
None. |
|
| CanTimeout | boolean |
None. |
|
| CanWrite | boolean |
None. |
|
| Length | integer |
None. |
|
| Position | integer |
None. |
|
| ReadTimeout | integer |
None. |
|
| WriteTimeout | integer |
None. |
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ValueTupleOfBooleanAndString| Name | Description | Type | Additional information |
|---|---|---|---|
| Item1 | boolean |
None. |
|
| Item2 | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Item1": true,
"Item2": "sample string 2"
}
application/xml, text/xml
Sample:
<ValueTupleOfbooleanstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System"> <Item1>true</Item1> <Item2>sample string 2</Item2> </ValueTupleOfbooleanstring>