New sharing permission for Anyone links to folders in OneDrive: View and upload

Microsoft is rolling out a new capability that allows SharePoint admins to configure View and upload as a new permission option for Anyone links to folders in OneDrive. This update applies to OneDrive for Business and delivers more granular external sharing control while preserving the Request files feature.

Note, this update doesn’t modify your current SharePoint configuration; it enhances the existing capabilities while preserving the Request files feature.

Timeline

The rollout is planned between June and August 2025.

How does this update affect your organization?

Until now, SharePoint admins had two options if an organization wanted to use the Request files feature in OneDrive.

  • Enabling the Request files feature for OneDrive site collections requires the sharing permission “View, edit, and upload” for folders.
"View, edit, and upload" for folders
“View, edit, and upload” for folders

Also documented in the Request files requirements.

Request files requirements (June 2025)
Request files requirements (June 2025)
  • Disabling the Request files feature for OneDrive site collections.
Request files feature is not available
Request files feature is not available

After the update, the sharing configuration for Anyone links includes a third option for folders: View and upload. The Request files feature needs the upload permission for folders.

View and upload as a new folder sharing permission
View and upload as a new folder sharing permission

With “View and upload”, users will be able to:

  • Share folders with view-only permission (optionally disabling download)
Limit the folder sharing for Anyone links
Limit the folder sharing for Anyone links
  • Continue to use the Request files feature
and continue to use the Request files feature
and continue to use the Request files feature

SharePoint admins can also configure the new sharing permission with PowerShell. It’s the property FolderAnonymousLinkType.

FolderAnonymousLinkType
Users can configure folder anonymous access links that allow recipients to view, view and upload, or view, edit, and upload files.

The valid values are:

  • View
  • ViewUpload
  • Edit
PowerShell
# With PowerShell 5

Import-Module Microsoft.Online.SharePoint.PowerShell
Connect-SPOService -Url https://<Tenant>-admin.sharepoint.com
Set-SPOTenant -FolderAnonymousLinkType ViewUpload

Share
Avatar photo

Tobias Asböck

Tobias is a Senior System Engineer with around ten years of professional experience with Microsoft 365 products such as SharePoint Online, SharePoint Premium, OneDrive for Business, Teams Collaboration, Entra ID, Information Protection, Universal Print, and Microsoft 365 Licensing. He also has 15+ years of experience planning, administering, and operating SharePoint Server environments. Tobias is a PowerShell Scripter with certifications for Microsoft 365 products. In his spare time, Tobias is busy with updates in the Microsoft 365 world or on the road with his road bike and other sports activities. If you have additional questions, please contact me via LinkedIn or [email protected].

Leave a Reply

Your email address will not be published. Required fields are marked *