Hi, I've been working with a web connection to Sharepoint Online, created with help from this article:
How to Create a SharePoint Web Connection for FME Form [Single Tenant]
For SharepointOnlineConnector.
It works for a time, but after a day or two there is a problem with refreshing my access token. This was the error message today:
Updating access token for 'Microsoft SharePoint Online'
Request to update access token failed. HTTP Error: HTTP/1.1 400 Bad Request
Python Exception <FMEWSException>: Type: 3, Number: 1, Message: Failed to get authorization header.
If I reauthenticate my web connection It works again for a time.
Any ideas what the problem may be?