I’m trying to export messages to a file from a DM/channel. When I do so, everything seems to work fine, and I receive a message to “Click here to download it,” but when I click on the hyperlink, I get a 403 error that I’m not authorized to view the page. Does anyone have any suggestions?
I haven’t made much headway solving this issue, so let’s ask the question a different way. Can anyone tell me where the exported files would be located on the server if I manually FTP’d in to get them?
I’ve run up against the same issue this morning. I tracked down the output file in the file system (Docker installation, so probably no use to tell you where it is), but I can’t get any sense out of it.
We’ve enabled the separate filestore for uploaded files (Settings | File Uploads | Storage Type: FileSystem ). The files seemed to have appeared in the uploaded files folder which for us is /rocketchat/filestore, mapped to a local folder.
I located a file with the same ID as appeared in the email link at about the time I requested it, so I’m assuming that’s the one, but…
When I tried to open it I just got a stream of gibberish, no HTML at all.
I don’t know how that will relate to an S3 system, nor do I know where the files will appear if one is using GridFS for filestore.