- Edited
Hairsational
Is it? The video gets only listed in the users drive when they attempt to upload the original file. From a users point of view, noting is really different. Only the backend will be different. The server could check the upload data after 100mb or something like that, built a unique hash of the first 100mb of data and check if it’s already indexed. If so, the video appears in the users drive and if not, the upload continues and a new indexed hash is created which will be only accessible for the uploading user, until a second user uploads the same file. If this happens, two users would have access to the same file but no one else. This would not grant unauthorized access to files and it could save a lot of storage and traffic. It would also improve the user experience because of uploading will be much faster if the file was already uploaded by someone else.