Forum Discussion
Best practice for external sharing: Document Library vs Folder
Hello,
I'd like to start a discussion to learn about your point of view regarding best practices for sharing content with external users. I'm currently faced with the following scenario and question.
Scenario:
A site collection should be set up to allow multiple external partners to access and collaborate with our company. Security wise, these areas should be invisible to each other (thinking unique permissions) so that one partner is not able to see the files/folderes of another.
Question: Should I create a document library with unique permissions for each partner or is it enough to share folders as both ways allow for setting unique permissions?
What's your take?
Thanks!
Here are a few things that make libraries a better choice
- Doc libraries provide a search boundary that folders do not, i.e., you can limit a search to a library, you can't do this with a folder
- you can create custom views in each doc library, Folders only exist in one specific hierarchy, views provide many more options for display
- you can activate different content types in each library
- Different settings can be enabled/disabled in each doc library
- PowerApps and Flows are associated with libraries, not with folders
9 Replies
- Julie SandersBrass Contributor
We have the same/similar requirement and have successfully solved it with this Classic setup:
- Create 1 site for the project that needs different external orgs to collaborate with the internal project team
- Create 1 library for each external company
- Create 1 SharePoint group for each external company, plus one for the internal team
- Give all groups read access to site.
- Customize library permissions so each library is accessible to the appropriate SharePoint Group (e.g., internal SP group and external company SP group)
- Then Share the Site with each external user - adding them to their company's Group. This gives them Read access to the Home site and contribute to their library only. They cannot view the other libraries.
This may seem cumbersome, but it allows the site owner to add new external users pretty safely as the permissions are all set up beforehand. They just need to invite them using the correct SP Group. Note, I do understand this is a bit old school, but my clients do not like the complicate navigation experience of O365 Groups. They just want to share files and maybe a calendar.
Hope that helps.
- Salvatore BiscariSilver Contributor
As I have said in another similar thread, for my customers I usually create a Group for each partner.
This approach, IMHO has all the advantages that Dean mentioned above about multiple doclibs, plus some extras that are often considered useful: for each Group (i.e. for each partner), apart from a completely isolated doclib, you will have a modern team site, a conversation space, a calendar, a notebook and the possibility to add Teams, Planner and so on.
Also, be aware that today this is the trend pushed by Microsoft.
Just my two cents...
- Dean_GrossSilver Contributor
I typically recommend creating separate site collections for each vendor when possible. If you have a project with lots of subcontractors that need to collaborate, then use a SP Group for each firm, along with a dedicated document library for each and some common document libraries for multi-firm use.
Folders are very limiting and I don't like using them if at all possible.
- Deleted
Dean_Gross wrote:
[...]Folders are very limiting and I don't like using them if at all possible.
Thanks for your input. And this is what I'm pondering about. I don't know what a doc lib can offer what a folder can't in such a scenario.
Of course, logically speaking it would make the most sense to create individual site collections but our requirement it to have it within one.
- Dean_GrossSilver Contributor
Here are a few things that make libraries a better choice
- Doc libraries provide a search boundary that folders do not, i.e., you can limit a search to a library, you can't do this with a folder
- you can create custom views in each doc library, Folders only exist in one specific hierarchy, views provide many more options for display
- you can activate different content types in each library
- Different settings can be enabled/disabled in each doc library
- PowerApps and Flows are associated with libraries, not with folders