Skip to content
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

Public access media URL #4598

Closed
Jenish-Dhanani opened this issue Dec 26, 2024 · 1 comment
Closed

Public access media URL #4598

Jenish-Dhanani opened this issue Dec 26, 2024 · 1 comment

Comments

@Jenish-Dhanani
Copy link

Hi,

I am working on implementing room events/messages as a CSV export. For media attachments, I want to include publicly accessible URLs in the CSV so that users can download the attachments without requiring authentication.

Could anyone guide me on how to achieve this? Any advice or examples would be greatly appreciated!

Thank you!

@t3chguy
Copy link
Member

t3chguy commented Jan 2, 2025

Matrix servers as of recent spec versions require authentication for media access, you'd need to re-host the media somewhere where auth is not a requirement or disable auth on your own Matrix homeserver's media repository.

@t3chguy t3chguy closed this as not planned Won't fix, can't repro, duplicate, stale Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants