I keep seeing NullPointer errors in the server logs, and I found out the reason. When someone creates a list of files, it gets an URL starting with /l/. In the background this ID refers to an array of file IDs, but when one of those files expires the server…