Open picotrain77 opened 2 years ago
I was using this Add-on but it recently stopped working due to it not supporting the use of short lived tokens that Dropbox moved to.
I’ve developed my own Add-on to replace it: https://github.com/matthewhadley/homeassistant-dropback/blob/master/dropback/DOCS.md
Hi Mathew, that’s for this, mine is still currently working but as it no longer maintains the number of backups held on the HA server it’s becoming a pain as I make partial backups every day and remembering to manually delete them regularly feels kind of counter intuitive.
Will give your add-on a go, code looks clean, thanks for sharing, impressive CV by the way 😉
I suspect you have a long lived token generated before Dropbox moved away from that approach (https://dropbox.tech/developers/migrating-app-permissions-and-access-tokens).
I found the same as you that backup clearing had stopped and maybe I reinstalled the add on, to then find it then would no longer successfully upload after about 4 hours.
Hi I am not sure if this is maintained anymore, but its still working correctly other than I have noticed that it is no longer respecting the retain number of backups.
I see in the logs this:
I assume this issue started to occur when snapshots were renamed to backups. I have no idea how I can change this myself, although I have looked at the code.
Any ideas appreciated. TIA