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
This will be transformed into the following HTTP request
GET https://graph.microsoft.com/v1.0/sites/root/lists/f089c611-fc87-454d-a7f7-cee8ca9ed0c7/items/$count
and returns an 404 status with "error.code": "itemNotFound". Also within the documentation I can't find any hint, that this method is currently supported.
Expected behavior
Either let the graph backend support this call to retrieve the number of elements (what I would prefer 😉) or remove this method from the SDK.
Client version
v5.2.0
The text was updated successfully, but these errors were encountered:
Describe the bug
The SDK contains the method
This will be transformed into the following HTTP request
and returns an 404 status with
"error.code": "itemNotFound"
. Also within the documentation I can't find any hint, that this method is currently supported.Expected behavior
Either let the graph backend support this call to retrieve the number of elements (what I would prefer 😉) or remove this method from the SDK.
Client version
v5.2.0
The text was updated successfully, but these errors were encountered: