Created 02-12-2019 12:48 AM
Hi,
We currently have a POC that requires for us to ingest a file from sharepoint through NIFI (REST API). When we tried using the SP documentation the SP team confirmed that our URL is correct <sp_url>/_api/Web/Lists. But it provides a failure code 503: Service Unavailable.
1.) Given that the authentication we used is correct? Is there a different way of requesting a GET request (access token, client credential, etc?
2.) Should we request Firewall to be open between NIFI cluster and SharePoint site?
3.) Has anyone tried this before? If yes, can you provide a sample configuration of the INVOKEHTTP processor and the sample output?
FYI: Deleted the old question due to wrong track
Created 10-11-2019 03:56 AM
hey,
did you get any solution to your problem. I'm facing the same problem here and I can't find something that would help me throught
thanks in advance man,
Created 02-25-2023 04:02 PM
in the same way, I had problems connecting SharePoint API rest and nifi.
However I found this tutorial where they explain step by step, and I was able to use perfectly SharePoint API using nifi, I hope it helps you too.