# acceptIncomingFileRequest

Version: 4.1.0+

Description: accept an inbound file request.

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

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 learn more about it here.

See also: