-
Notifications
You must be signed in to change notification settings - Fork 231
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
Feature Request: Get path in parentReference from search result #1234
Comments
Thank you for your contribution to OneDrive API Docs. We will be triaging your incoming issue as soon as possible. |
Thanks for your feedback, we're looking into feasibility of this request. |
We've placed this item on our backlog. We would recommend that you also consider going to UserVoice as we consider that feedback in prioritizing future work. Thanks! |
@chackman , is the new "path" field added in "parentReference"? |
As part of a repository clean up effort we are closing older issues. If this issue remains, please: open a new issue, reference this issue, and provide any additional details that may help in resolution. Thank you for your understanding as we work to improve our responsiveness. |
We're using OneDrive for Business.
When searching for files in Graph API, the
parentReference
does not include the path string. Is there any reason for this limitation?Example:
GET https://graph.microsoft.com/v1.0/me/drive/root/search(q='finance')?select=name,parentReference
returns
Another way would be to $expand the parentReference, but I had no luck.
https://graph.microsoft.com/v1.0/me/drive/root/search(q='coffee')$expand=parentReference
produces a 400 BadRequest
The text was updated successfully, but these errors were encountered: