Open mmehrle opened 7 months ago
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.
My python bot needs to upload an image to a channel. Can that be done via the current API version?