office365 - Paging through @odata.nextLink returns internal server error -


i accessing ms graph api beta read items in sharepoint site.

my query looks this:

https://graph.microsoft.com/beta/sites/mysite.com,some-id/lists/some-id/items?expand=fields&top=100

this returns results expected. results taking @odata.nextlink retrieve next page. first few pages works fine when retrieving 7th page internal server error:

500: {   "error": {     "code": "generalexception",     "message": "an unspecified error has occurred.",     "innererror": {       "request-id": "0b5b4bcd-3e71-4e08-84ee-db3ad0f970e9",       "date": "2017-08-18t08:24:03"     }   } 

the same error appears around same items if change page size.

if set page size 900 error immediately.

please advise. thanks, jakub


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -