-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
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
Base 64 encoded images not appearing in the chats #172
Comments
@shreyasdn - Are you sending these images in a card? Could you please share the code snippet? |
Hi, |
How big are the images in base64? |
In size they are about 100 KB to 300 KB in size. |
Our max message size is much, much less than that (~28K) so that's your problem. I'd advise uploading the messages to somewhere else (CDN, blob storage) and then reference them via URL. |
We usually receive a bad request for the message size exceeded but do not receive the same for this. Also this was working(three weeks back) was there a recent change which puts this restriction in place? |
@shreyasdn - We could not repro this issue at our end. Could you please share the image and bot id with us? |
hi, |
hi,
we are facing an issue when we are sending base 64 encoded images. From the past few days we have run into an 403 error whenever we send base 64 encoded images at the microsoft teams end. It tries to access a cached image and fails. We have checked the base 64 images and these are decoded correctly using any other decoder.PFB the screenshot of the same. Kindly let us know how to resolve this.
The text was updated successfully, but these errors were encountered: