YNAB icon indicating copy to clipboard operation
YNAB copied to clipboard

Working or Not?

Open sjmclean opened this issue 7 years ago • 5 comments

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?

sjmclean avatar Jan 29 '18 05:01 sjmclean

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 avatar Jan 29 '18 06:01 sjmclean

@sjmclean Dropbox stopped supporting the API used in this repo last September. https://blogs.dropbox.com/developers/2017/06/updated-api-v1-deprecation-timeline/

haochi avatar Mar 07 '18 15:03 haochi

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 avatar Feb 09 '19 19:02 wongjustin99

@wongjustin99 definitely still interested in this. How did you get this running?

sjmclean avatar Feb 11 '19 04:02 sjmclean

@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.

wongjustin99 avatar Feb 11 '19 05:02 wongjustin99