Shared Channels
19 TopicsAdditional permissions are required for FileBrowser when collaborating externally
Hello! I hope you can help. My colleague has access to an externally hosted MS Teams shared channel. They can collaborate within the channel fine, however when they navigate to the 'Files' tab and select a file (such as Word or PowerPoint) they are asking to provide additional permissions to the FileBrowser (shown in the screenshot below). Does anyone know what may be causing this? It's appears once a day or after a restart.215Views2likes2CommentsMicrosoft Teams: specifications and possibilities of the shared channels
Have you been waiting for the Microsoft Teams Shared Channels? They are now live! Most of us have struggled without it for years (sharing, scaling, and replicating). Before we try to understand what we can do with it, we need to focus on its features in the table below.Shared-channels single post comments aggregation coming from various segregated teams (Toggle)
Hi folks, I frequently use shared channels to post ongoing provider incidents to various teams (whether this is related to cloud outages, API errors, etc.). Could we have a synchronization function for the comments from various teams? The comments could be aggregated with the switch of a toggle so as not to copy-paste the same status multiple times to all teams, over and over again. And on the other side, if the toggle is not activated, we could maintain some separation. Please vote here. Thank you for your consideration and comments. Dimitri Pletschette LinkedIn | Medium | Twitter | Web | Mastodon528Views0likes0CommentsUnable to share externally on Shared Channels
We are unable to share files and folders on shared channels with external users. We get the following message when trying share with an external email address: “Your org doesn't allow sharing with these people. To continue sharing, remove the highlighted recipients.” We are able to share externally on Standard and Private channels. Guest Access is On in the Teams admin console: In the SharePoint admin console > Policies > Sharing > External Sharing, both SharePoint and OneDrive are set to “New and existing guests”. In the SharePoint admin console > Sites > Active Sites, the team site in question has External Sharing set to “This site can be shared with new and existing guests”. On the General channel we are able to share with external users. However, on the shared channel sites, External Sharing defaulted to “This site can't be shared externally”. There is no edit button. As a workaround, I leveraged PNP PowerShell to enable external sharing with the following command: Set-PnPTenantSite -Url $SiteURL -SharingCapability ExternalUserSharingOnly The SharePoint admin console now indicates that I can share externally on the shared channel site. External Sharing shows “This site can be shared with new and existing guests”. However, I still receive the aforementioned error when trying to share externally. What am I missing? How do I enable external sharing on shared channel sites? Why is this not consistent with SharePoint, OneDrive, and Teams standard/private channels?26KViews2likes23CommentsTeams Gives Shared Channel Owners New Method to Request Cross-Tenant Trusts
Microsoft is making it easier for owners of Teams shared channels to request help if they run into a trust problem when adding a member from another domain. If Teams detects a problem with a missing trust, it flags the error to the channel owner and offers a link to a web page to seek additional support. Of course, the tenant might decline to trust the domain the channel owner wants to use, but that’s a different story. https://office365itpros.com/2023/07/18/shared-channels-requests/435Views2likes0CommentsMember Count in Teams Room is incorrect
I have created a new Teams Room with several Shared channels, each will have different members. I added the first group of owners and members yesterday, however when I go into the Manage Team or Manage Channel to view the members, the count is incorrect. For example, for the Shared Channel, the count says 8 members, but there are only 5 and there should only be 5. I have tried clearing the cache, quitting Teams, using the web and client version, adding and removing members and using the analytics tab hoping the O365 would be updated, but nothing is working. TIA! Caitlyn733Views0likes0CommentsTeams Public Preview Office Hours - Teams Connect Shared Channels
Welcome everyone! Please post all your Teams Connect shared channels questions and we will endeavor to answer them all as quickly as possible. Your trusty Microsoft Teams engineering team is here live for the next hour to respond and engage with you on any comments, concerns, problems, suggestions, questions, or confusions related to your Shared Channels experiences in Public Preview. What is Microsoft Teams Connect shared channels? With Microsoft Teams Connect we are making it easier to collaborate with anyone outside your organization. Teams Connect is designed to let you establish seamless, secure and trusted collaboration across multiple companies in a matter of minutes, where everyone can work as one extended team while staying in their own Teams environment without ever needing to switch tenants. Teams Connect shared channels enables you to collaborate with people internal and external to the organization from a shared workspace. When can we use Shared Channels? Shared Channels are currently live in Public Preview. Shared Channels are on the Roadmap to be Generally Available in July 2022. Microsoft Teams: Teams Connect shared How do we learn more and get started? Seamless external collaboration with Microsoft Teams Connect, shared channels - Events | Microsoft Docs Shared Channels for users Microsoft 365 admin center Thank you everyone for joining us today and I look forward to your posts!!! -Microsoft Teams Connect Engineering teamCan't access bot inside shared channel
I've built an application for the Microsoft Teams app and published it in my organization using the Developer portal. I want to access the bot inside a team's shared channel but cannot do so. I've also provided "sharedChannels" inside the supportedChannelTypes property in the manifest but still, it isn't working. The manifest of my application looks somewhat like this: { "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.15/MicrosoftTeams.schema.json", "version": "1.0.1", "manifestVersion": "1.15", "id": "10d58ca5-e2fd-4bb0-b488-ec31a1e071e5", "packageName": "Bot", "name": { "short": "Bot", "full": "Application" }, "developer": { "name": "Organization", "websiteUrl": "https://example.com/", "privacyUrl": "https://example.com/privacy", "termsOfUseUrl": "https://example.com/termsofuse" }, "description": { "short": "Test application", "full": "Test application." }, "icons": { "outline": "outline.png", "color": "color.png" }, "accentColor": "#60A18E", "configurableTabs": [ { "configurationUrl": "https://test.com/configure", "canUpdateConfiguration": true, "scopes": [ "team" ] } ], "bots": [ { "botId": "bot-id", "scopes": [ "groupchat", "team", "groupChat" ], "commandLists": [ { "commands": [ { "title": "register", "description": "register" } ], "scopes": [ "team" ] } ], "isNotificationOnly": false, "supportsCalling": false, "supportsVideo": false, "supportsFiles": false } ], "validDomains": [ "test.com" ], "defaultGroupCapability": { "team": "bot", "groupchat": "bot", "meetings": "bot" }, "authorization": { "permissions": { "orgWide": [], "resourceSpecific": [] } }, "supportedChannelTypes": [ "sharedChannels", "privateChannels" ] }Solved2.5KViews0likes6CommentsTeams shared channel and SharePoint people search
Can an external user accessing Teams shared channel SharePoint site view people search results? It does not appear to be working for us. We are trying to build a people search solution using PnP Search Web parts and host the search pages on shared channel site. Search is working well when accessed by the resource tenant user. However, when an external user browses to search tab in shared channel, page loads Ok, but search is returning errors. I tried the get search REST API ( <shared channel site url>/_api/search/query?) query directly in browser tab while in a shared channel browser session and query is returning 'An unknown error occurred.'.Solved1.4KViews0likes2Comments