Description
The current way FileStorage works, there is no way to pass in a user to the underlying implementation so data can be stored for a specific user. Thus, data stored by the clowder dao gets stored anonymously.
I think the simplest fix is to add Person to the storeFile method so we can retrieve any tokens associated with the user account.