Skip to content
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

Fix for bug with getting the teams photo when using application permissions #678

Merged
merged 1 commit into from
Jun 9, 2022

Conversation

danielpastoor
Copy link

If you use application premissions for extracting the teams photo then you will get an error from the Graph Api as the background call in the Graph Api has a bug that it can't be Accessed by "Application" permissions.

Solution:
Add a back-up call to the group photo instead of the teams photo if the teams photo call fails.

…s a error where it seems to be a issue with the graph api because it works on delegation permissions but not on application permissions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants