Last year, I created a program to extract the contents of Teams reply posts using powerautomate (bundled with Office 365).
The connector used Office365Group's "Send HTTP request" to obtain information using the following URI. https://graph.microsoft.com/beta/teams/{teamID/channels/{ChannelID}/messages/{messageID}/replies
Recently, the connector changed to "Send HTTP request V2", so I tried to get information with a similar URI,
but An error has occurred.
【error contents】
URI path is not a valid Graph endpoint, path is neither absolute nor relative or resource/object is not supported for this connector. Resources: groups. Uri: https://graph.microsoft.com/beta/teams/{teamID/channels/{channelID/messages/messageID/replies
I did some research on the internet, and there were mentions of a permissions issue, but I couldn't figure out exactly what to do.
By the way, it says to log in to the Azure portal and grant permissions, but although you can log in to the Azure portal,
For almost all accesses, "You do not have access rights" was displayed, and nothing could be done to grant permissions.
When I checked with the information systems department, I was told that permissions on the Azure portal cannot be granted because it is managed by the parent company. I use the program to extract Teams reply posts for work,
and I would be in a very bad situation if it disappeared.
In graph explorer, it responds normally, so what is the difference between "Send HTTP request V2"?
What should I do to accomplish what was done with "Send HTTP request" with "Send HTTP request V2"? please help me.