The ctx.storage.getUrl() method is marked as deprecated, but Convex docs provide no alternatives
ctx.storage.getUrl(), but my IDE says the function is deprecated.https://docs.convex.dev/file-storage/serve-files
What, then, is the best practice for accessing stored file data?

