I am testing OneDrive APIs from the China cloud.
Authentication was successful, user discovery works fine, but tracking drive changes does not seem to work.
https://microsoftgraph.chinacloudapi.cn/v1.0/users/(user_UPN)/drive/root/delta
Bad Request Message: { "error": { "code": "BadRequest", "message": "Unsupported request: Change tracking is not supported against 'microsoft.graph.driveItem'.", "innerError": { "request-id": "1643c13e-4067-4230-8287-f321ca4bf017", "date": "2020-01-22T15:17:16" } } } 3436 9 01/22 16:17:16 2841762 ### * - ErrorInfo Json parse error : { "error": { "code": "BadRequest", "message": "Unsupported request: Change tracking is not supported against 'microsoft.graph.driveItem'.", "innerError": { "request-id": "1643c13e-4067-4230-8287-f321ca4bf017", "date": "2020-01-22T15:17:16" } } } 3436 9 01/22 16:17:16 2841762 ### * - other expcetion for Execute() : { "error": { "code": "BadRequest", "message": "Unsupported request: Change tracking is not supported against 'microsoft.graph.driveItem'.", "innerError": { "request-id": "1643c13e-4067-4230-8287-f321ca4bf017", "date": "2020-01-22T15:17:16" } }
- Is this expected?
- Is there any list of APIs that are not supported by Sovereign networks?
- Plans for supporting those missing APIs?
Thanks.