permission
2 TopicsHow to know if I can trust an SPFX webpart?
I am in the process of implementing an spfx webpart but before I need to make sure it is not a security threat. From researching I was not able to find if there is any way to run a check or provide a validation that the webpart is safe for the organization as it does ask for Graph API permissions, I do not think there is any issues with it, but I need to be able to have cleareance. This is the webpart: https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-accordion-dynamic-section1.3KViews0likes3CommentsUpdateListItems -List no longer exists SOAP 0x81020026
We have a an old SharePoint integration to our system, and we want to migrate the SharePoint 2013 into SharePoint online, but after we migrate the data the UpdateListItems calls won't work anymore... even the read calls woks fine and the user can manipulate data through SharePoint website. (I created a new list, with the same user, add a row, and try to modify it via SoapUI, same result...) <ErrorCode>0x81020026</ErrorCode> <ErrorText>The list that is referenced here no longer exists.</ErrorText> <z:row ows_ID="1" ... Any suggestion/guess would be helpful.925Views0likes0Comments