Search code examples
pythondjangoapidjango-rest-frameworksharepoint

Access SharePoint Folder using Service account


I have a SharePoint folder where the url looks like: "team..com/sites//Documentation/Forms/All items.aspx Now the requirement is to access this url using a service account and Django. Can you help me a way? Thanks in advance

We have looked for different cases but haven't been successful at all.


Solution

  • You can change the organization-level external sharing setting in Sharing in the SharePoint admin center. And you will need admin permissions for your organization.

    Under External sharing, specify your sharing level for SharePoint and OneDrive like following

    enter image description here

    Then you can share the folder with external users

    enter image description here