【发布时间】:2016-04-02 16:24:32
【问题描述】:
当尝试使用 onedrive for business 文件选择器打开文件时,我总是遇到同样的错误:
此 api 版本不支持 aadsts70001 应用程序
我拥有应用程序的所有 Azure 设置:clientId、redirectUri (http://localhost:2009) 以及在线共享点和图形 API 的所有权限。我还更改了清单设置 oauth2AllowImplicitFlow = true。
我正在使用微软的这个例子。我刚改成我的clientId:
https://github.com/rgregg/onedrive-filepicker-javascript
没有办法让它工作!
【问题讨论】:
标签: javascript azure onedrive office365api