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 createFile with Library parameter HTTP Error 500 -- Microsoft.SharePoint.SPQueryThrottledException #19
Open
Description
Similar to issue #18, creating a file with the method
ListenableFuture<FileSystemItem> handle = client.createFile("zyva.txt", "Filestore", true,
"Hello".getBytes("UTF-8"));
will create the file in SharePoint but fails with the error:
java.util.concurrent.ExecutionException: 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.google.common.util.concurrent.AbstractFuture$Sync.getValue(AbstractFuture.java:299)
at com.google.common.util.concurrent.AbstractFuture$Sync.get(AbstractFuture.java:286)
at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:116)
Creating the file with the Add method from the reference document works well, so why is this is not implemented in this library?
Metadata
Metadata
Assignees
Labels
No labels