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
var driveitems = await GraphClient.Drives[$"{driveid}"].Items.GetAsync(); code throw exception {"The 'filter' query option must be provided."} | Microsoft.Graph.Models.ODataErrors.ODataError same exception in Graph explorer as well
The text was updated successfully, but these errors were encountered:
Hi @MuthurajC,
To query drive items, use the children endpoint. GET /me/drive/root/children
If this doesn't provide the solution you need, please raise the issue in the Graph Q&A forum where the team handling the API will be able to help you
Thank you for reporting your concern. Unfortunately, we in the Graph Explorer team do not have any ownership of the APIs that are causing you issues. If you report this issue in the Microsoft Q&A forum, it will get routed to the appropriate team for them to triage. https://aka.ms/askgraph
This issue will now be closed. If you encounter any issues with Graph Explorer in the future, please feel free to open an issue.
var driveitems = await GraphClient.Drives[$"{driveid}"].Items.GetAsync(); code throw exception {"The 'filter' query option must be provided."} | Microsoft.Graph.Models.ODataErrors.ODataError same exception in Graph explorer as well
The text was updated successfully, but these errors were encountered: