Thanks Marc for the tip, I have been on IE with SharePoint work majority of the time and switching back to Firefox with Firebug provides a more interesting view than the Developer tools...but I digress...
It can access web successfully, but when it tries the list.asmx it gives server error 500. Looking deeper it is saying the list cannot be found.
I know that it exists as it will find it when placed within the website page, with same code.
I demonstrated using the web = parentContext.get_web() to perform operations within an app on the true site collection (not the Napa environment)...so it can access and I have put permissions on the app at Tenant level, full control, just to ensure no blockages for now.
I have tried in the code typing the site path directly (https://mysite.sharepoint.com/lcm) but that doesn't seem to change it and I also tried:
weburl: 'http://mysite.sharepoint.com/lcm/_vti_bin/lists.asmx',
listName: "Brisbane Inbox",
but still "not finding the list" :(
It can access web successfully, but when it tries the list.asmx it gives server error 500. Looking deeper it is saying the list cannot be found.
I know that it exists as it will find it when placed within the website page, with same code.
I demonstrated using the web = parentContext.get_web() to perform operations within an app on the true site collection (not the Napa environment)...so it can access and I have put permissions on the app at Tenant level, full control, just to ensure no blockages for now.
I have tried in the code typing the site path directly (https://mysite.sharepoint.com/lcm) but that doesn't seem to change it and I also tried:
weburl: 'http://mysite.sharepoint.com/lcm/_vti_bin/lists.asmx',
listName: "Brisbane Inbox",
but still "not finding the list" :(