-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aadsts70001 application is not supported for this api version #2
Comments
Oh shoot. I need to update the documentation to talk about how to register an app for the v7 picker. Instead of using the traditional Azure Applications configuration, you need to visit the new apps portal: https://apps.dev.microsoft.com, and register an app there. |
Hi rgregg , Even though i register app for" MSOnedrive for Buisness " in "https://apps.dev.microsoft.com," and set redirect url http://localhost "error=unauthorized_client&error_description=AADSTS70001%3a+Application+%273faa8476-1bfe-43ae-8c9a-d83cd33480d6%27+is+not+supported+for+this+API+version.%0D%0ATrace+ID%3a+2eb4b948-c1cd-4390-b33f-8ec3c1547556%0D%0ACorrelation+ID%3a+a1a290a0-60cb-40d6-aef1-2a8072460ad8%0D%0ATimestamp%3a+2016-06-06+13%3a03%3a44Z " Could you please let me know whats the solution for this |
I have the same problem with office365 acconts. The file picker only works for normal outlook.com account. Failed to load resource: the server responded with a status of 401 (Unauthorized) |
hi @JuanPuebla , would you mind share the 401 HTTP Request and Response? |
This is the request that returns a 401 after login in with office365 account: Request URL:https://graph.microsoft.com/v1.0/me?%24select=mySite Request headers Response json I don't know if this is enough... Thanks |
Hi, Any news on this? Thanks Juan |
I am wondering if it is possible to use the file picker without triggering the authentication dialog. I would like to sign in in code and as a transparent process to the user. Does anybody know a way to do it? I need to use the file picker for OneDrive for business. |
After registering an application is there something that needs done to connect the application to the code? In the past I've done some things with say, the Twitter API, and it needed Consumer Keys and such. There doesn't seem to be any thing I've seen mentioning adding any sort of keys or connections to the local files. |
No matter what I do. I set all permissions in azure applications configuration, but I always get this error once the user is authenticated to open a file.
I also changed manifest to set oauth2AllowImplicitFlow to true.
I also set redirect url http://localhost:2009/ in azure config as is the url i get in visual studio
The text was updated successfully, but these errors were encountered: