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

Changed the property we get when exporting Teams apps #533

Merged
merged 1 commit into from
Dec 2, 2021

Conversation

magarma
Copy link
Contributor

@magarma magarma commented Nov 26, 2021

Hi,
Right now, when we are exporting Teams apps, we are getting the Id, that is a base64 encoded string, containing the team id and the app id.
image

But if we get the XML provided during the export and we try to import it, Graph is claiming about it, we need to use the teamsAppId, that is in the teamAppDefinition object.
image

See Microsoft doc articles...
https://docs.microsoft.com/en-us/graph/api/team-get-installedapps?view=graph-rest-1.0&tabs=http
https://docs.microsoft.com/en-us/graph/api/team-post-installedapps?view=graph-rest-1.0&tabs=http

Right now we are getting the Id, that is a base64 encoded string, containing the team id and the app id.
But if we get the XML provided during the export and we try to import it, Graph is claiming about it, we need to use the teamsAppId, that is in the teamAppDefinition object.
See Microsoft doc articles...
https://docs.microsoft.com/en-us/graph/api/team-get-installedapps?view=graph-rest-1.0&tabs=http
https://docs.microsoft.com/en-us/graph/api/team-post-installedapps?view=graph-rest-1.0&tabs=http
@magarma magarma changed the title Changed the property we get exporting Teams apps Changed the property we get when exporting Teams apps Nov 26, 2021
@jansenbe jansenbe self-assigned this Dec 1, 2021
jansenbe added a commit that referenced this pull request Dec 2, 2021
@jansenbe jansenbe merged commit c681535 into pnp:dev Dec 2, 2021
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