Storing data in a blockchain is fine, but you need to remember the fact that blockchain networks are immutable. This means that once you record data into a block, that portion of data stays there forever. Additionally, the size of the blockchain increases tremendously because the whole blockchain is replicated into all blocks. Additionally, transactions in a blockchain network are relatively slow. So, for continuously changing files, blockchain networks should not be your last option.
However, you may look into IPFS based distributed hash tables for storing data. These distributed hash tables are reliable, fast, and more efficient. But they can only be used to store static files.
Know the blockchain better through Blockchain Certification by Intellipaat.