Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从 URL 下载时是否可以设置文件的到期时间。我们已经为 URL 设置了过期时间,但我们无法控制文件下载后的内容。
请帮助
如果您想控制文件的可用性,请不要提供下载它的真实 url。在后端使用简单的代理代码,在前端使用 javascript 来告诉用户如果不重新加载该文件不可用。