dustin / gopro

Tools for making the most out of GoPro Plus.
http://dustin.sallings.org/2020/04/29/gopro-plus.html
BSD 3-Clause "New" or "Revised" License
93 stars 13 forks source link

Sqlite database keeps record of a media even after deleting it via GoPro Cloud official web interface #26

Open Alvaro-sdl opened 1 year ago

Alvaro-sdl commented 1 year ago

I found a file I didn't want to keep in the GoPro Cloud official web interface. Therefore, I deleted it. Even after using 'gopro sync', I realised the database still keeps record of it.

I tried using 'gopro reprocess', even though it is not made for deletions (just in case), and it didn't fix it.

Firstly, is it somehow marked as deleted? Or is it a bug? Or maybe the tool is just simply thought to be always used with the custom web interface?

Secondly, do you think just dropping the record from the media table would work to fix it?

P.S. Thanks for publishing your amazing tool!!