Error in accessing Office 365 Developer site's URL in SharePoint App [JSOM]
Referred Link - http://sharepoint.stackexchange.com/questions/121491/error-in-accessing-office-365-developer-sites-url-in-sharepoint-app-jsom
Error
The app is throwing an error when trying to access the Site's url.
Access denied. You do not have permission to perform this action or access this resource.
Solution
Try giving "Read" permission to "Web" in AppManifest.xml and it should work.
0 comments