Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Ingesting a file from Sharepoint through NIFI

avatar
New Contributor

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

2 REPLIES 2

avatar

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,

avatar
New Contributor

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.