What to store on my server?
What's the usual pattern to store references to UT-files in my database? I store file keys since then using the key I can make a request to UT to get file url. Is that how most people do it? Or actually you should store urls directly? In that case I don't really understand how can I delete files w/o doing some complicated and bloated checks
3 Replies
bump
bump...
Please guys, it's not even a tech advice - just wanna know how people prefer to do that stuff and their reasoning 🥺
Is there a reason why you can't store both?
If they're both static then currently I can just store one since it seems like ut host+key= url.
If they're not and can change keeping them in sync would be too much trouble.