rocket-python icon indicating copy to clipboard operation
rocket-python copied to clipboard

Is there support for uploading an image along with text?

Open mmehrle opened this issue 1 year ago • 1 comments

My python bot needs to upload an image to a channel. Can that be done via the current API version?

mmehrle avatar Apr 12 '24 14:04 mmehrle

I wrote some test code based on your upload_file() function and am getting this error:

raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://chat.redpillquants.com/api/v1/rooms.upload/cbbc_oi_tracker

Do you happen to know how that can be avoided? I am not sure there is a RocketChat setting or this anywhere.

mmehrle avatar Apr 12 '24 16:04 mmehrle