Graph API – Filter the drive items based on name
I am trying to get the drive items using Graph api.
Microsoft Graph API Fetching Large Quantity of Small Documents From OneDrive Returns Duplicates
I’m working on an app that uses the Microsoft Graph API to fetch the contents of OneDrive based on a supported search criteria, (Modified Date Range, Keyword, Author…etc). When we started testing we ran into a crippling issue, we are not getting all of the expected documents back from Microsoft Graph API, some of those documents are duplicates. In our case, we expected 10k unique documents to be returned, we got 10k documents back but 1,098 of those documents were duplicates, so we are missing 1,098 unique documents on the request.
Search within a onedrive folder using graph api search endpoint ( /v1.0/search/query)
I managed to search within a onedrive folder using the search api (/v1.0/search/query)
with body:
Get Uploading Status of any file in One Drive using GRAPH API
I am uploading one large file(approx 1GB+) from one drive site and in the backend i have one application which constantly fetches files from the one drive.
How to append content to a file in OneDrive using Graph API?
I want to append some text to an existing text file in Onedrive using Graph. I have the Item ID of the text file.
“ObjectHandle is Invalid” when trying to get the root’s children for one of multiple drives
I am using the OneDrive API in PHP and I retrieve the following list of drives for a user using /me/drives
: