We are trying to download content stored in open text based on filename. For regular files with some content in them, this works fine but it fails when we try to download an empty file. Just FYI, uploading empty files is a completely valid scenario in our application - so that cannot be restricted. In particluar, GetNodeByPath() returns 'null' when the file is empty. Is there any other method that we need to use to be able to download empty files or will the node always be null when file is empty?