We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My python bot needs to upload an image to a channel. Can that be done via the current API version?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
My python bot needs to upload an image to a channel. Can that be done via the current API version?
The text was updated successfully, but these errors were encountered: