- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
05-05-2021 03:01 PM
Hello everyone,
The file retrieval API is failing with the following error, anyone has been through this before?
"err_code": 500,
"err_msg": "An error occurred while processing XDR public API - endpoints",
"err_extra": "can't create group action id for FILES_RETRIEVAL"
05-06-2021 03:53 AM
For those who face the same issue. The API expects an endpoint ID instead of an endpoint name. To get an endpoint ID, you have to first call /public_api/v1/endpoints/get_endpoint/ and supply the hostname. You can then use the endpoint ID from the response to create the File Retrieval request.
05-06-2021 03:53 AM
For those who face the same issue. The API expects an endpoint ID instead of an endpoint name. To get an endpoint ID, you have to first call /public_api/v1/endpoints/get_endpoint/ and supply the hostname. You can then use the endpoint ID from the response to create the File Retrieval request.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!