# getFileTransferAvailability

Description: Get the file transfer availability.

Request example:

{
    "method" : "getFileTransferAvailability",
    "requestId" : "1"
}

Response example:

{
    "method": "getFileTransferAvailability",
    "requestId" : "1",
    "availability": 3,
    "result": true
}

Parameter description:

  • availability — Parameter showing whether a transfer file is available. It can be as follows:

    • 0 — prohibited by the server

    • 1 — prohibited due to license restrictions

    • 2 — prohibited due to the necessity to authorize on the server

    • 3 — available

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

See also: