I have created a provider hosted app, in which the app read a list which is in other site . But I am getting Error 403 when I'm trying to create a ClientContext
object of this site.
I already have the context of the site in which the app is running.
ClientContext siteContext = new ClientContext("http://some_url");
Please let me know what am I missing.
UPDATE
Error message:
Access denied. You do not have permission to perform this action or access this resource
0 commentaires:
Enregistrer un commentaire