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
{{ message }}
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
Hello,
I can't find how to fetch next page with searhRequest?
I did call first like this.
mDriveSearchCollectionPage = mGraphServiceClient.getMe().getDrive()
//.buildRequest(searchOptions).expand("thumbnails").get();
.getSearch(queryValue).buildRequest()
.select("id, folder, file, name, size, lastModifiedDateTime, createdDateTime, webUrl")
.expand("thumbnails")
.top(500)
.get();
And, I try to use this code for fetching next page.
But, it doesn't not works.
If someone know how to fetch next page with SearchRequest, please help me.
Thank you,
The text was updated successfully, but these errors were encountered: