How to refresh the token, when using Office365 activity an error is thrown: "AADSTS700082 The refresh token has expired due to inactivity" ?
When using Office365 activity an error is thrown: AADSTS700082 The refresh token has expired due to inactivity is because the “Access” and “Refresh” token for Office365 has expired.
- In order to refresh such token, depending on the flow being used, it can manually be deleted from the machine and do the authentication once more.
- It is also recommended to upgrade to the UiPath.MicrosoftOffice365.Activites v1.6.0 or higher, as the "Access token has expired" error has also been fixed. Read more in the Release notes.