Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Querying SharePoint Library files to Apply retention label #3047

Closed
MuthurajC opened this issue Mar 11, 2024 · 3 comments
Closed

Querying SharePoint Library files to Apply retention label #3047

MuthurajC opened this issue Mar 11, 2024 · 3 comments

Comments

@MuthurajC
Copy link

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

@ElinorW
Copy link
Contributor

ElinorW commented Mar 26, 2024

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

Copy link
Contributor

Hello @MuthurajC

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants