Could not create a Private Channel using Microsoft Graph API on a Targeted/First Release tenant

Sander 36 Reputation points
2023-11-30T15:02:54.2233333+00:00

We are having issues creating a Teams Private Channel within Targeted Release M356 tenants when using Microsoft Graph API.

When we want to create a Private Channel the channel is created but the SharePoint folder backing up the channel is not created. When opening the Files tab of the private channel within the Teams client is also not creating the folder and only shows a white page.

The same functionality is working perfectly within a Standard Release tenant so this issue only applies to Targeted/First Release tenants. We see the issue happening on 3 of our tenants, all Targeted release.

We are creating the private channel using the following Graph API statement:

teams/{groupId}/channels

This Graph API is returning information about the newly created channel and looks ok.
It fails when executing the following Graph API query:
teams/{groupId}/channels/{channelId}/filesFolder

The message from that query is:
Folder location for this channel is not ready yet, please try again later. (NotFound)

Anyone has idea how to fix this issue?
@Microsoft

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
5,178 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,358 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,343 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,360 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sander 36 Reputation points
    2024-02-05T11:14:43.58+00:00

    We have seen that the issue has been resolved at the first of February. Microsoft also confirmed they have fixed this issue.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.