Need to implement package that is capable of handling uploads and downloads.
- Other packages in the system should be able to register a upload. This should return a token that can be used only once. It should contain allowed file types, max upload size, other similar checks.
- A download endpoint and system to allow download based on user permissions
Need to implement package that is capable of handling uploads and downloads.