khawaib

Results 5 comments of khawaib

Hi, Did you get any luck with this, I am trying to achieve the same. I have folders in list and files in folders that I am trying to download...

Hi, I used this to get list of files. $files = $sp->readFromFolder('insight', $d['linkfilename'], true);

Hi, I have tried to add and use this function but I get error. Error (Client) Function ("GetItem") is not a valid method for this service. Were you able to...

Been a while since I worked on this, Key thing was to use Copy WSDL as thats what supports it (top of my head).

Here are snips from implementation I had that might help you. I bet there are better ways to do it :-) WSDL for use $this->_listwsdl = 'https://XXXX.sharepoint.com/sites/CRM/_vti_bin/Lists.asmx?WSDL'; $this->_copywsdl = 'https://XXXX.sharepoint.com/sites/CRM/_vti_bin/Copy.asmx?WSDL';...