I have a business need for allowing a user to upload a file to a central location, with the uploading user placing a time restriction on when the file can be seen and downloaded by other users. The time restriction has to include a start and end date and time. Does anyone know if something like this can be accomplished with Dropbox? Or other sites?<p>The users are not all technically savvy so a solution that offered a web based front-end is preferred. Or a solution that provided an API that I could put a front-end in front of would work.
Not sure about Dropbox, but Google Drive[1] and S3 [2] both support expiration times.<p>[1]: <a href="https://developers.google.com/drive/v3/reference/permissions" rel="nofollow">https://developers.google.com/drive/v3/reference/permissions</a><p>[2]: <a href="http://docs.aws.amazon.com/AmazonS3/latest/dev/PresignedUrlUploadObject.html" rel="nofollow">http://docs.aws.amazon.com/AmazonS3/latest/dev/PresignedUrlU...</a>