I have been downloading my clips daily then deleting them. I get lots of clips being downloaded that are about 65 to 70 bytes. Turns out, these are deleted clips. Many months ago I contacted blink support and they restored several clips for me. This '65 byte' file is what is left when you delete a clip.
Each evening I would have 1000's of 'empty' clips downloaded.
I have updated my copy of the code to skip clips marked as delete.
I have been downloading my clips daily then deleting them. I get lots of clips being downloaded that are about 65 to 70 bytes. Turns out, these are deleted clips. Many months ago I contacted blink support and they restored several clips for me. This '65 byte' file is what is left when you delete a clip.
Each evening I would have 1000's of 'empty' clips downloaded.
I have updated my copy of the code to skip clips marked as delete.
The check was:
if not videoJson["deleted"]: ....