As I noticed in the dashboard, there is a “replace” option when some file is already saved in an object field. Let’s say, FileObject
has field file
… When I would like to update the file with new data, do I need only to save FileObject
with a new file and the old one gets automatically deleted from storage?
My question is mainly for Cloud code javaScript, but I am curious also about ParseSwift SDK…