Sid Kurella
Sid Kurella
> 👋 Thank y'all for sharing all of these outputs and examples. I'm going to reopen this issue since this might be a backend issue that we should keep track...
@zimeg Well, it's been several hours and I still don't see the file in my channel. I can investigate further tomorrow.
@Vivekxk Yeah I'm experiencing the same thing, using this client: https://github.com/slack-go/slack
@zimeg Sorry for the delay, we can see that mimetype is empty and the list of channels is also empty after calling `files.info` but the difference is that we never...
@zimeg Sure, here's a snippet of the code: ```go func (n *Messenger) SendFileMessage(ctx context.Context, channel string, inputFile *os.File, initialComment string) { fileName := filepath.Base(inputFile.Name()) fileInfo, err := inputFile.Stat() if err...
When we download that url we get some kind of sign-in page instead of the actual file (we're downloading in the same application that did the upload and it has...
@zimeg Oops, yeah I was setting the Authorization header wrong. After setting it properly the downloaded file from URLPrivateDownload and the uploaded file are identical, but still not seeing it...