Forum Discussion
Taron1645
Feb 28, 2019Copper Contributor
Sharepoint API - REST
Hello, I am trying to access sharepoint REST api using OAuth. I am getting 401 unauthorized exception when I try to call the url https://%3c%3ctenant%3e%3e.sharepoint.com/sites...
- Feb 28, 2019
Hi Taron1645
in this case you're permission settings is not correct.
Please use this one
Cheers,
Federico
Taron1645
Feb 28, 2019Copper Contributor
Hi Frederico,
I made a basic call to _api/Web to couple of sites, I am getting similar results. One is successful, the other is 401 error. I am using Client/Secret/Certs for authentication.