2
Answers

How do I fix a 403 error with C# when trying to access SharePoint

Using the Microsoft.SharePoint.Client namespace in a C# code, I am trying to access a SharePoint List but I am getting a 403.  Is it because the Microsft List I am trying to access is on a different computer on the internet and the program has to be on the same "ecosystem"?  Is there a way around this?

Answers (2)
2
Vinay Ayinapurapu

Vinay Ayinapurapu

122 15.2k 1.9m 1y

may i know what environment it is? is it online of on-prem?

0
William Thompson

William Thompson

1.5k 160 304k Jul 17

It is on prem.

But I think the security set up is so tight that it is not possible.

I am thinking of solving this using Firfox Selenium