Forum Discussion

Justin Liu's avatar
Aug 19, 2019
Solved

Share with anyone with the link setting is grey out, why?

Hi all

 

I happened to find that the 'anyone with the link' option in Share action is grey out.

I checked the sharing settings and all looks fine. Did I miss something?

Please refer below pictures.

  • Works fine here. Don't forget that the sharing settings can be configured on the individual SC level, so even if the org-wide settings allow anonymous sharing overall, some SC/ODFB libraries might not have the option available.

     

    In my case, I can share just fine from my personal ODFB or from a generic SPO site. I get the same behavior as you when I try to share from a Comm site or Group/Team one. When I look at the settings of the corresponding SC though, I see this:

     

    SharingCapability                        : ExistingExternalUserSharingOnly

     

    So it seems working as expected.

22 Replies

  • gregbutler_20's avatar
    gregbutler_20
    Copper Contributor
    I have a weird one. I can share docs in a folder with "anyone", but it is grayed out if I try to share the folder that the doc is in. Anyone else experience this?
    • Dhammy2022's avatar
      Dhammy2022
      Copper Contributor

      gregbutler_20 This means you have limited access lockdown enabled on the affected site collection. Navigate to the site settings, under the site collection administration, select Site collection features, and confirm if limited access lockdown is enabled, if enabled, disable it.

      • nunezjavier80's avatar
        nunezjavier80
        Copper Contributor
        This resolved the issue I was having, thank you for providing a solution!
    • claudiobiodanza's avatar
      claudiobiodanza
      Copper Contributor

      gregbutler_20et all

       

      Came here with the same question. It seems like MS has changed the default setting for this and now I cannot share individual files or folders anymore with ppl outside my org/team

       

      I've followed the steps on the link below and it worked.

      In a nutshell, you can control site level permissions by the steps below:

      1. https://admin.sharepoint.com/_layouts/15/online/AdminHome.aspx#
      2. Select the site at Sites>Active Sites
      3. Click on the option <Sharing> on the toolbar after the site is selected

       

      alternatively see

       

      https://www.wintips.org/fix-anyone-with-the-link-sharing-option-is-greyed-out-on-sharepoint/

  • Hi guys, Thank you all for the patients. I checked the odfb site's properties and found SharingCapability is set to Disable, maybe default value for that. When I set the value to ExternalUserAndGuestSharing by Set-SPOSite -Identity -SharingCapability ExternalUserAndGuestSharing It worked!
    • paulwas's avatar
      paulwas
      Copper Contributor

      Hi Justin can you share how to check the ODFB site's properties Justin Liu ? I got the similar case here and don't know what to do.

    • Justin Liu's avatar
      Justin Liu
      MVP
      Per my knowledge, there is no GUI for setting the sharing option for personal odfb site, so the only way is to use PowerShell. Right?
  • What Vasil said.

    In addition to this, all Office 365 groups default to Anyone link being off.

    So you have to enable that in the Sharing Capabilities either through SPO Admin center, or Powershell via set-sposite "siteurl" -sharingcapability ExternalUserAndGuestSharing
    • Jeff Ballard's avatar
      Jeff Ballard
      Copper Contributor

      To help future readers of this thread, as of  this post, to enable the Sharing Capabilities through SPO Admin center: 

      Go to O365 Admin -> SharePoint -> Sites --> Active Sites. Select the team whose site you want to enable then at the top choose Sharing. The window that opens gives you the option to enable share with Anyone.
      • VERSAWEB's avatar
        VERSAWEB
        Copper Contributor
        Jeff Ballard
        Thanks for updating it works good for Team. However even though the settings for the team are updated "share with anyone" still remains greyed out in a channel within the Team. Can I get help on how to fix this
    • adam deltinger's avatar
      adam deltinger
      MVP
      Yeah! I know this! Although my business OneDrive was greyed out this morning, but it’s fine now! Not sure if this was the case with the original post or what you said, but it must be a hell of a coincidence then 😂
  • Works fine here. Don't forget that the sharing settings can be configured on the individual SC level, so even if the org-wide settings allow anonymous sharing overall, some SC/ODFB libraries might not have the option available.

     

    In my case, I can share just fine from my personal ODFB or from a generic SPO site. I get the same behavior as you when I try to share from a Comm site or Group/Team one. When I look at the settings of the corresponding SC though, I see this:

     

    SharingCapability                        : ExistingExternalUserSharingOnly

     

    So it seems working as expected.

Resources