We have migrated our parse code to coronium code. There is only things we need to know how to fix. We are using the uploading file functionalities and we need to make some clean-up from time to time as we do not want to keep accumulating files.
Parse was good with this as we could clean file that were not linked to a parse object.
How can we access the uploaded file in Coronium so we can clean those files ?
You’d want to create a collection in Mongo (or MySQL) that stores your uploaded references. You can use this along with Jobs to implement your clean up routine.
You’d want to create a collection in Mongo (or MySQL) that stores your uploaded references. You can use this along with Jobs to implement your clean up routine.