The Request Files feature in OneDrive for Business makes it easy to collect files from external users like vendors, clients, etc., securely without providing them any other extra permissions. They don’t need any credentials to access the link and upload files. You can let someone upload to your OneDrive by simply selecting an existing folder in your OneDrive where you want users to upload files and sending the link to users to whom you’d like to upload files. In this comprehensive guide, I’ll dive deep into the OneDrive Request Files feature, exploring its benefits, setup process, and real-world applications.
OneDrive Request Files not available? Well, the external sharing with “Anyone” must be enabled for request files feature in OneDrive for Business to work. Refer here to enable External sharing for OneDrive: How to Enable External Sharing in OneDrive for Business?
OneDrive Request Files is a feature that allows you to create a dedicated folder where others can upload files directly to your OneDrive. Instead of relying on email attachments or manual file transfers of large files, you can simply share a link to the request folder, and people can upload files without requiring access to your entire OneDrive.
This powerful feature simplifies the process of collecting files from others, making it easier for professionals, teams, and organizations to gather the information they need. The OneDrive file request feature is particularly useful when you need to collect files from multiple people, such as gathering project submissions, receiving job applications, or collecting feedback from team members. It eliminates the need for back-and-forth communication and ensures that all the files are centralized in one location.
Imagine you’re a Project manager managing IT projects. Instead of having vendors email their project proposals separately, you can use OneDrive Request Files to streamline the submission process. Here’s how:
To enable the Request Files feature in OneDrive, you need to meet the following prerequisites:
Once the above requirements are met, If you don’t find the Request files option, you can check and enable the feature using PowerShell:
#Connect to Admin Center Connect-SPOService -Url https://Crescent-admin.sharepoint.com #Check if "Request Files" is Enabled for SharePoint Get-SPOTenant | Select OneDriveRequestFilesLinkEnabled #Enable Request Files Feature in SharePoint Tenant Set-SPOTenant -OneDriveRequestFilesLinkEnabled $True
Now that you understand the benefits of OneDrive Request Files, let’s walk through the steps to create a new file request. Here is how to use the request files feature in OneDrive for Business:
When people upload files, their first and last name are prompted, and they are automatically added as the prefix in front of the filenames. For example, if a file titled “Proposal Documents” is uploaded by Jack Curie, it shows up as Jack_Curie_Proposal_Documents in the OneDrive for Business folder, and you’ll get a notification email when someone uploads a file.
The end user can’t see the content of the folder. They can’t edit, delete, or download files, or even see who else has uploaded files. As a requestor, You can review, download, or move them in the file request folder, as needed, just like any other file in OneDrive.
If you want to remove the shared links, this feature uses “Link Sharing,” and you can remove any shared link by selecting the Shared folder, choosing “Manage Access” in the context menu, and then removing the shared link. All shared links expire after 30 days, as configured in your link expiration settings. (We can’t extend the expiration days beyond the configured expiration days, but we can reduce them through the Link sharing panel.)
OneDrive Request Files is a game-changer for file collection and collaboration. By allowing collaborators to upload files directly to your OneDrive, you can streamline processes, reduce communication overhead, and keep all your collected files organized in one place.
Throughout this article, we’ve explored the benefits of using OneDrive Request Files, walked through the setup process, and provided real-world examples of how this feature can be applied in different scenarios. Whether you’re a project manager collecting project proposals, or an HR professional managing job applications, or a team leader gathering feedback, OneDrive Request Files can simplify your workflow and boost productivity.
The request files feature is also available on SharePoint sites! More info here: How to use the “Request Files” feature in SharePoint Online?