Azure China: Change tracking is not supported

Ganesh Tambat 6 Reputation points
2021-03-09T16:55:20.087+00:00

I am trying to backup Azure china OneDrive using Graph API. I am able to authenticate, enumerate the items. But the request "https://microsoftgraph.chinacloudapi.cn/v1.0/drives//root/delta" fails with the following error:

"code": "BadRequest", "message": "Unsupported request: Change tracking is not supported against 'microsoft.graph.driveItem'."

From the error, it looks like Azure China doesn't support delta queries. But the following page: https://learn.microsoft.com/en-us/graph/deployments#supported-features lists delta query as a supported feature.

Please let me know if anyone has seen such an issue.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,715 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Deva-MSFT 2,256 Reputation points Microsoft Employee
    2021-03-15T14:24:23.867+00:00

    Please check the same documentation and it talks that it has limited support for Exchange and OneDrive services only.

    0 comments No comments