0

在 Graph API 上使用 C# SDK 调用 delta 查询时,会返回不同格式的 deltaLink,具体取决于它是初始请求还是后续请求。在初始请求时返回:

https://graph.microsoft.com/v1.0/groups/{groupId}/drive/root/microsoft.graph.delta?token={token}

在随后的请求中,这将被返回:

https://graph.microsoft.com/v1.0/groups('{groupId}')/drive/root/microsoft.graph.delta(token='{token}')

这使得从 url 获取令牌以进行存储有点烦人。这可以解决吗?

4

0 回答 0