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
Right now, the content disposition header is set at upload based on whether the file type is previewable or not. But this could change in the future with the addition of new preview types, so we'll need to set the content disposition on the fly, not at upload to avoid being stuck when it's going to happen.