You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If
user1 stores a file,
user2 stores the same file (we don't store it and returns the id of user1's file cache
user1 deletes it's cache
Due to RGPD, we can't do reference-counting and delete only when there is no longer any owner.
But then, how do we explain to user2 that it's file has been deleted.
It would be nice to stop storing duplicate files.
The text was updated successfully, but these errors were encountered: