Dadinos

Results 4 comments of Dadinos

Got the same issue with Sharepoint APP Authentication. Is there a setting from phpSPO to set this: _The following parameter musst be set then with powershell: set-spotenant -DisableCustomAppAuthentication $false_

https//mydomainname.sharepoint.com => https://mydomainname.sharepoint.com

I solved it like this: try { $doctypes = \Httpful\Request::get($url) ->authenticateWith('demo', 'demo') -**>autoParse(false)** ->send(); } catch (\Exception $e) { echo "API server returned an error"; echo $e->getMessage(); die(); } if($doctypes->code...