Open adelinor opened 7 years ago
I could fix the issue by overriding the method SharePointClient.getFormDigest()
to add a dummy content so that the request is not empty:
request.setUrl(getSiteUrl() + "_api/contextinfo");
request.setContent("-"); //Adding this dummy content works around the issue
prepareRequest(request);
Hi,
Using:
to create a folder:
Fails with the following error:
The error occurs in the method
SharePointClient.getFormDigest()
. Logs from sharepoint-services-java library output:Could this be addressed, please?