YNAB
YNAB copied to clipboard
Working or Not?
Is the repo being maintained? When I try and login I get an error
"Unable to load YNAB settings file (.ynabSettings.yroot). Make sure you connect to a Dropbox account with that YNAB syncs with."
I can't find any file of .ynabSettings.yroot
Has this also been updated to work with the new dropbox API?
Found the .ynabSettings.yroot file after re-setup cloud sync.
But still get the error of Unable to load "Unable to load YNAB settings file (.ynabSettings.yroot). Make sure you connect to a Dropbox account with that YNAB syncs with."
@sjmclean Dropbox stopped supporting the API used in this repo last September. https://blogs.dropbox.com/developers/2017/06/updated-api-v1-deprecation-timeline/
Not sure if you're still interested in this, but I've got a working port to v2 API. Only thing I need to do is take out some hard-coded paths, but that's not hard.
Still would like to optimise a bit, as the current iteration chokes quite a bit on my budget file.
@wongjustin99 definitely still interested in this. How did you get this running?
@sjmclean my fork here has my current working copy. https://github.com/wongjustin99/YNAB
There's a bug in that it expects only one "device" and that if full knowledge is marked in the budget, the first one with that attribute is selected. That's not always the case, as I have a budget with that attribute but it doesn't have everything (not sure why). But otherwise everything seems to be working.