acceptIncomingFileRequest

TrueConfLess than 1 minute

acceptIncomingFileRequest

Description: accept an inbound file request. v4.1.0+

Once the file reception is complete, it can be accessed using the appropriate http server methods.

Request example:

{
    "method" : "acceptIncomingFileRequest",
    "requestId" : "1",
    "fileRequestId" : "e76c45bb-451c-403c-bcd2-aeb829a50b98"
}

Response example:

{
    "method" : "acceptIncomingFileRequest",
    "requestId" : "1",
    "result" : true
}

Parameter description:

  • fileRequestId — the identifier of the request that should be accepted

  • requestId - a unique request identifier. You can find more details about it here.

See also: