You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When uploading images to Slack using the files.remote.update API, the image quality noticeably deteriorates. This reduction in quality is not observed when using other Slack file upload APIs like files.upload.
Is there any configuration or setting we can modify to preserve image quality during remote uploads?
Expected Behavior
Uploaded images should maintain their original quality, including resolution and sharpness.
Steps to Reproduce
Use the files.upload API from Slack's messaging documentation (API link) to upload an image and observe the quality.
Use files.remote.update API to update an image with the parameters provided below.
What Happened
When uploading images to Slack using the
files.remote.update
API, the image quality noticeably deteriorates. This reduction in quality is not observed when using other Slack file upload APIs likefiles.upload
.Is there any configuration or setting we can modify to preserve image quality during remote uploads?
Expected Behavior
Uploaded images should maintain their original quality, including resolution and sharpness.
Steps to Reproduce
files.upload
API from Slack's messaging documentation (API link) to upload an image and observe the quality.files.remote.update
API to update an image with the parameters provided below.Reproducible Code
Versions
The text was updated successfully, but these errors were encountered: