I have following issue. I would like to get a content of csv file that is located in Sharepoint folder but each time I'm executing python code that uses Shareplum to refer to this Sharepoint folder, it throws
*ShareplumRequestError: Shareplum HTTP Post Failed : 403 Client Error: Forbidden for url: https://...
To better explain using below link I don't have access to ContosoSite but I have to the part that is after ContosoSite.
https://contoso.sharepoint.com/sites/ContosoSite/...
I believe that it is caused by lack of access to main site of Sharepoint which is ContosoSite. I've tried the same thing but with Sharepoints to which I have the access to main site and it works fine. The question is if I can do it somehow without access to main site? Corporate regulations don't allow me to see content of main site but I can have access to folder that it contains.
Does anyone encounter such problem? Best Regards