shareplum icon indicating copy to clipboard operation
shareplum copied to clipboard

do i need to have access to root site?

Open nvliumang opened this issue 5 years ago • 1 comments

Hi ,

I am using below code to connect to SPO:

authcookie = Office365('https://xxxxxx.sharepoint.com', username=username, password=password).GetCookies()
site = Site('https://xxxxxx.sharepoint.com/sites/sbdev/subtest01',version=Version.v365, authcookie=authcookie)

But there is a question: some users have no access to root site (https://xxxxxx.sharepoint.com), they only want to connect to the subsite.

Can you help to answer this?

nvliumang avatar Jul 29 '20 01:07 nvliumang

I'm pretty sure you can have access to a subsite without access to the main site. I'm not an experienced SharePoint admin so I can explain how to do this.

jasonrollins avatar Oct 08 '20 02:10 jasonrollins