Data360 Analyze

 View Only
  • 1.  How to access Sharepoint Lists

    Posted 02-05-2020 09:33

    I understand the node Folder List for SharePoint 2013 is not the node to access Sharepoint Lists. Does anyone have experience pulling Sharepoint List info into Data3Sixty Analyze. I get an "unauthorized User" error trying the HTTP but I wasn't sure if that was the correct method of accessing Sharepoint Lists.



  • 2.  RE: How to access Sharepoint Lists

    Employee
    Posted 02-07-2020 05:10

    There is no in-built support for SharePoint lists in Data360 Analyze. 

    One approach you may want to consider is using the functionality provided by the "Office 365 & Microsoft Graph Library for Python" package within a Python node. 

    https://github.com/vgrem/Office365-REST-Python-Client 

    However, one thing to note is that there is a problem with support for authentication when using SharePoint in the cloud and on-premise ADFS. Unfortunately I encountered this roadblock when investigating the use of the package.

     



  • 3.  RE: How to access Sharepoint Lists

    Employee
    Posted 02-07-2020 05:13


  • 4.  RE: How to access Sharepoint Lists

    Employee
    Posted 02-07-2020 05:23

    The answer to this post provides an example code snippet that could be used in the Python console to help check whether the package would work for your SharePoint site.

    https://stackoverflow.com/questions/51074961/trying-to-access-sharepoint-list-using-python 

     

    There are also a couple of code examples here:

    https://stackoverflow.com/questions/20945822/how-to-access-a-sharepoint-site-via-the-rest-api-in-python