#Reuploading same files through CLI increases occupied space

1 messages · Page 1 of 1 (latest)

twilit reef
#

And it's indefinite. It's continuously asking me to upload 585 assets. Is the root cause the video of live photos?

#

And if so, how to solve this?

unique wolf
#

You will need to help monitor where the storage increases and we can look at the code to see if it is cleaned up properly

twilit reef
twilit reef
#

I ran this command to find duplicate files:
find . -type f -exec md5sum {} + | sort | uniq -w32 -d --all-repeated=separate | cut -f2- -d' ' && notify