Forum Discussion
Microsoft Teams File Permissions: Why Can't I Remove Direct Access?
While working with files stored in Microsoft Teams, I recently encountered an issue related to file permissions that may affect other users as well.
A file was uploaded to a Microsoft Teams channel, which means it is physically stored in the SharePoint document library connected to the Team. At some point, direct access permissions were granted to an individual user using the Manage Access feature.
Later, when attempting to remove this direct permission, the option was no longer available.
What Happened?
The file's permission overview shows that the user has Direct Access (View Only) permissions. However, when opening the permission details, SharePoint displays the following message:
"Grant access is unavailable because you are not the owner of this item."
Although the file was originally uploaded by the user attempting to manage permissions, SharePoint does not recognize that user as the owner of the item for permission management purposes.
As a result:
- The granted permission remains visible.
- Permission levels (View, Edit, Block Download) can be selected.
- The Remove Access option is missing.
- Changes cannot be applied because the user is not considered the owner.
2 Replies
- Ahmed_Masoud97Steel Contributor
Uploading to a Teams channel makes you the file's creator, not its owner, and SharePoint keeps those separate. Manage Access checks for owner rights before it shows Remove Access, so whoever granted that direct access can't take it back without site owner or site collection admin rights.
Fastest fix is pulling the permission from SharePoint Admin Center rather than the Teams file card, which isn't restricted the same way. Making the person a Team Owner temporarily works too. If this comes up across a lot of files, Remove-PnPListItemPermission in PnP PowerShell skips the UI.
Worth checking who's actually a Team Owner while you're in there. If the person managing files isn't one, they'll hit the same wall on everything they've shared directly.
Hi, Teams file permissions are really SharePoint permissions underneath. If you cannot remove Direct Access, it may be inherited from the Team, channel, Microsoft 365 group, or site membership rather than a sharing link. Open the file in SharePoint, go to Manage access, and check whether the user has access through a group. If it is inherited, you either remove them from the group or break inheritance at the right library, folder, or file level.