I am using the UiPath.Slack.Activities.Messages.Reply activity, as shown in the screenshot. The goal is to send an image as a reply to a slack message. The issue is that when I add an image path, I receive the error attached. We should have all scopes of the slack app. Any ideas what the cause may be?
As additional info:
if only text is supplied, it works as expected.
if the UiPath.Slack.Activities.Messages.SendMessage activity is used, it correctly sends the image to the slack channel (not a reply ofc)
The path is already passed as a string, there is no alternative.
There is no reply I am receiving, just the error provided.
As for the image itself, it is accessible as it works with the ‘Send Message’ activity. There is no slack API limitation. Are there any additional permissions that are required to execute this?
I am facing the same issue, do we have any resolution for this. The same thing is working for older versions of Slack package while it is not working for the versions published this year. The Slack is removing support for files.upload API and I think the API calls implemented in the new version is not working as expected.