Hi everyone,
I am having an issue with the WaitForDocumentClassificationActionAndResume activity in UiPath. It is throwing an exception with the message “You are not authorized!” even though the robot has all the necessary permissions as outlined in the documentation (https://docs.uipath.com/activities/docs/wait-for-document-classification-action-and-resume#storage-details).
I believe the problem may be with the BaseWaitForDocumentActionAndResume class because it is trying to fetch user information in the AddUserInfoToActionData method, which is causing the exception to be thrown.
Has anyone encountered this issue before or have any suggestions on how to fix it? Any help would be greatly appreciated. Thank you in advance.