Why is Pipedream Connect Showing Empty Results for Create-Channel Action in Microsoft Teams Due to Missing Graph Scopes?

This topic was automatically generated from Slack. You can find the original thread here.

Hi there, we’re using Pipedream Connect with the Microsoft Teams app and getting an issue where we’re seeing empty results for the create-channel action. I think it is due to missing Graph scopes. It seems like the consent screen that shows up is missing the permission for creating a channel. I think these scopes need to be added: Group.ReadWrite.All, Channel.Create, Channel.ReadWrite.All. I’ll attach a screenshot of the consent pop up as well. Thanks!

Hi , the scopes you provided are not applicable for Personal account (invalid_scope error). Pipedream in general needs to support wider range of audience - hence, we can not add the scopes that limit them.

If you need additional scopes for you own use case, I think it’s better to use Custom OAuth client - where you can entirely control the scopes, see doc here