【发布时间】:2016-06-29 08:57:26
【问题描述】:
我已使用https://github.com/OfficeDev/O365-WebApp-MultiTenant 提供的应用程序并将其设置为多租户,
使用此应用程序中生成的访问令牌,我可以列出并访问一个驱动器上的孩子,https://graph.microsoft.com/v1.0/me/drive/root/children。
此应用程序使用图形端点作为https://graph.microsoft.net/,但我注意到它不起作用,然后我开始使用https://graph.microsoft.com/
它开始工作了。
我的问题是正确的端点,https://graph.microsoft.net/ 或 https://graph.microsoft.com/
【问题讨论】: