Forum Discussion
OneDrive Business
Okay sounds interesting, I will try out if this will match my need, we often need that several freelancers will take informations like run of show etc, but they didn't want to register or set a password, that's why our project manager often just use the link share function in their files, so the freelancers and customer see their files, how can I make sure that customer a is only seeing folders a at the Sharepoint? sorry for maybe stupid questions, but im really new to Microsoft 365 Organization administration
- NikolinoDEJul 02, 2025Platinum Contributor
SharePoint Document Library with Item-Level Permissions + Anonymous Link
Instead of using OneDrive links, I think a more secure and scalable approach could be used:
Create a SharePoint Site
Use One Document Library or Subfolders
Have in mind: In SharePoint, permissions are inherited by default β but you can break inheritance and lock folders individually.
Break Permission Inheritance on Folder A
Right-click on /ClientA > Advanced > Remove "Everyone except external usersβ > Grant access β Create a "View only" link.
Send Direct Link to Folder A to Customer A
Folder structure example:
π Client Files
ββ π Client_A
β ββ π Run_of_Show.pdf
β ββ π Briefing.docx
ββ π Client_B
β ββ π Agenda.xlsx
β ββ π Deliverables.docx
ββ π Freelancer_Mark
β ββ π Audio_Tasks.docx
ββ π Freelancer_Lisa
ββ π Video_Instructions.pdf
Summary
Need
Use
Public access, no login
SharePoint β Folder β "Anyone with link"
Isolate per customer
One folder per customer β custom permission
Central hub for sharing
One branded SharePoint site
Admin-friendly
SharePoint GUI (no coding)