Dropbox Professional and Business users can create a shared link with an expiration date. The notifications you get from Dropbox shared folders are up to you.
You can be notified when someone mentions you, comments on or edits your file, assigns a task to you, opens a file or folder, or shares a file or folder with you. Download report. Download eBook. File permissions for increased security Safeguard the work you share. Compare plans. Your browser does not support the video tag. Track file access and changes in real time Tracking changes to your content is a crucial part of any project. Frequently asked questions.
Can I make Dropbox files or folders public? How do I remove access to a shared Dropbox folder? View-only message cannot be sent You cannot share a view-only message containing audio and video files if those files are stored on a private zone. Was this page helpful? Thank you! Sorry to hear that. Name Name is required. Email Email address is required. Close Submit. Featured Products. Need more help? Product issues.
Open or view cases Chat live. Other support options. Share this page. Currently I'm using a simple numbering scheme invoice I know that I could use hashes instead to obscure the data. Is it also possible to use PHP and serve the invoices by not directly having the user point to them?
There is even an example of this on php. That will keep out direct access if they know the url. You can still read it from your PHP script with readfile. I found for this excellent guide: How to serve big files through PHP. Especially useful is the lighttpd trick - If your PHP happens to run under lighhtpd, script only needs to set "X-Sendfile" header, and lighttpd will read and send the file for you and it well knows how to send files.
Quoted from NginX documentation. Sign up to join this community. The best answers are voted up and rise to the top. Stack Overflow for Teams — Collaborate and share knowledge with a private group. Create a free Team What is Teams? Learn more. Asked 10 years, 2 months ago. Active 1 year, 9 months ago.
Viewed 48k times.
0コメント