Hi experts,
I am trying to upload a document to SharePoint. The issue that I am facing is that when I try to create a proxy using
SharePointHelper::CreateProxy(hostName, '/sites/POSOSITE', externalId);
I get null as a response and when I added the URL of the SharePoint server to the "Document management parameters" I get an error "
Unable to communicate with the SharePoint server: *servername*.sharepoint.com" when I click on "Test SharePoint connection".
Is there a setting that I need to enable in SharePoint to be able to use it in my code or do I have to register it on Azure?