I’m using spjs_QueryItems to retrieve details from SharePoint lists in SharePoint Online. I’ve noticed that these calls fail if they are made by users that only have permissions to the list but not the site. Is this a known issue?
Its the call to the lists.asmx that fails with a 500 response – ‘Access Denied’. If I grant the user read access to the web that the list is on, the call works.
The user can load the list in their browser without needing permissions to the site. I can’t find any details about lists.asmx needing additional permissions. Have others noticed this?