azamsolix

Results 3 comments of azamsolix

const spauth=require('node-sp-auth'); const request = require('request-promise'); spauth .getAuth('http://sharepoint20/sites/ecs', { username: 'username', password: 'aaaa@123!', fba : true }) .then(data => { let headers = data.headers; headers['Accept'] = 'application/json;odata=verbose'; request.get({ url: 'http://sharepoint20/sites/ecs/_api/web',...

Hi, I am also facing with same issue unable to call more than one api.Could you please help me with this @s-KaiNet

Hi, I am also facing same issue. Error:Could not create class org.apache.tika.Tika Please,Help me with this issue. Thanks Azam