This repository was archived by the owner on Jun 18, 2024. It is now read-only.
This repository was archived by the owner on Jun 18, 2024. It is now read-only.
DocLibClient error on call of delete with Library parameter HTTP Error 500 -- Microsoft.SharePoint.SPQueryThrottledException #20
Open
Description
Past the issue #17, delete a folder or file with the method:
ListenableFuture<Void> handle = this.client.delete(path, library);
fails with the error:
Caused by: java.lang.Exception: Invalid status code 500: {"error":{"code":"-2147024860, Microsoft.SharePoint.SPQueryThrottledException","message":{"lang":"en-US","value":"The attempted operation is prohibited because it exceeds the list view threshold enforced by the administrator."}}}
at com.microsoft.services.sharepoint.OfficeClient$2.onSuccess(OfficeClient.java:195)
at com.microsoft.services.sharepoint.OfficeClient$2.onSuccess(OfficeClient.java:181)
Using the endpoint suggested in the SharePoint REST reference document works well, so why is this is not implemented in this library?
Metadata
Metadata
Assignees
Labels
No labels