You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
... the folder gets created in SharePoint, but the call fails with:
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)
The error stems from the search following specified when a library is provided:
After resolving issue #17 the next problem is creating a folder by specifying a Library:
... the folder gets created in SharePoint, but the call fails with:
The error stems from the search following specified when a library is provided:
This search is too wide or not specific enough it seems.
The text was updated successfully, but these errors were encountered: