-
Notifications
You must be signed in to change notification settings - Fork 16
ERROR Error Domain=com.microsoft.graph.errors Code=500 "internal server error" #16
Comments
same for me did you find any solution it will be helpful. |
Yeah, I made it work just reorganizing some code around, it seems like there was an issue with
and that is a part of my
Hopefully it will help. This set up works for me. |
thanks for your code. :) |
I think you will need just to specify path in your project config build settings to point where your bridging header located in your project example |
@dlukianenko thanks. now its working. Did you do progress bar for uploading and download. ?. |
No I did not do progress bar |
Hi there. You normally get this error when you have added the delegated profile permission to your app registration in the Azure app registration portal. You will only see the error if you are signing in with an MSA account. MSA accounts do not support the profile permission. |
Closing this issue as we are archiving this repository. Please see https://github.com/microsoftgraph/msgraph-training-ios-swift for a Swift sample. |
Hello, I'm getting the next error when I'm running the application:
ERROR Error Domain=com.microsoft.graph.errors Code=500 "internal server error" UserInfo={error= UnknownError : {"Status":500,"Message":"All the offeractions povided in the property bag cannot be validated for the token.\u000d\u000a"}, NSLocalizedDescription=internal server error}
The initial authentication is successful but this error is happening when the code is trying to retrieve users profile information.
Screenshot of the error stack trace
I'm using Xcode 9, swift 4, iOS11 on iPhone8 simulator.
The text was updated successfully, but these errors were encountered: