Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
we are trying to use tRest to import data from SharePoint lists. We have been using tSOAP so far, but would like to transition to tRest.
However, when we try to connect to the SharePoint REST API, Talend Studio is able to connect, but we get 401 unauthorized.
How can we specify the AD credentials for the SharePoint REST API in the tRest component? I don't seen an option to do so. We were able to specify the credentials for tSOAP.
Thank you.
Try using tRestClient. Tick the "Use Authentication" and select "Basic HTTP". I think that may work for you.
Try using tRestClient. Tick the "Use Authentication" and select "Basic HTTP". I think that may work for you.
Your solution worked. thanks.