I have a REST springBoot api and when im trying to call the method:
/alfresco/api/-default-/public/alfresco/versions/1/nodes"/{id}/children?skipCount=0",
i'm having the following error.
{"error":{"errorKey":"framework.exception.ApiDefault","statusCode":401,"briefSummary":"02310027 Authentication failed for Web Script org/alfresco/api/ResourceWebScript.get","stackTrace":"For security reasons the stack trace is no longer displayed, but the property is kept for previous versions","descriptionURL":"https://api-explorer.alfresco.com"}}
I don't know why this error is happening now, if he didn't occurred before
401 means unauthorized, you should pass an Authorization header, either basic or bearer works.
Also, check alfresco logs, maybe it helps you to know what is happening.
Do you know how to set Authorization header?
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.