2
votes

I am using the Microsoft Graph API which includes a delta function for file changes. I believe this has now stopped working in both v1.0 & beta versions.

The delta function is explained in https://graph.microsoft.io/en-us/docs/api-reference/v1.0/api/item_delta

When executed using 'https://graph.microsoft.com/v1.0/me/drive/root/delta'

The response is:

"error": {
    "code": "BadRequest",
    "message": "Delta sync is not supported for 'v1.0' version.",
    "innerError": {
        "request-id": "768dc419-fc00-4318-8dc4-827af8dba625",
        "date": "2016-10-26T21:52:43"
    }
}

}

Any ideas? Is the API broken? Functionality removed? Help please :-)

3
Microsoft - Please help - something is broken!!Jamie Dan
Any advise on this would be appreciated???!Jamie Dan

3 Answers

4
votes

I believe this was fixed on 30th October. Please retry and it should work. Apologies for the inconvenience.

1
votes

I can confirm this issue/problem.

It stopped working in the last few days.

You can test this using the Graph Explorer.

None of the documented endpoints are currently working:

  • GET /me/drive/root/delta
  • GET /drives/{drive-id}/root/delta
  • GET /users/{user_id}/drive/root/delta

There was no notification from Microsoft stating this functionality's depreciation, nor has this functionality been removed from documentation.

1
votes

We've also experienced this issue and the application we are developing relies heavily on delta endpoints, which worked fine for a couple of months!

Delta endpoints stopped working for all the Tenants using our application. I also confirm that they do not work in Graph explorer.

Our clients are getting very disappointed now. Can any Microsoft developer confirm that this bug is known and is being fixed now?