Hi guys,
I am working on integration of Business Central with SharePoint, specifically in sending uploaded files in BC to SharePoint. I coded a function to get the token, and it succeeds, but my HTTP post function fails. This is my first time doing an integration like this, so I am not sure if I am doing this properly. Am I missing some permissions maybe? Noteworthy, I made a custom SharePoint Setup table in which I store the Client ID and Secret and the tenant ID, and also the URLs to the specific folders in SharePoint to which I want to send the file/files. Since I am new at this, any suggestion would be helpful.