We have seen that the issue has been resolved at the first of February. Microsoft also confirmed they have fixed this issue.
Could not create a Private Channel using Microsoft Graph API on a Targeted/First Release tenant
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