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.
我有一个文件,我想向用户收取使用贝宝下载的费用,贝宝帐户已设置并且重定向工作,但我想让人们不要只与他们的朋友分享下载网址,以便他们必须填写贝宝表格. 有没有办法做到这一点?
将文件存储在您的 webroot 之外,让用户需要登录。设置 PayPal 的 IPN 以更新用户的帐户,并且仅当用户的帐户被标记为允许时才允许用户下载文件。
但是请注意,对于用户直接共享文件,您确实无能为力。