Matthew Bafford

Results 34 comments of Matthew Bafford

@Nexus2k Can you reproduce the error, and post the JSON the API is returning for you when it exhibits the issue? It seems to work for me right now: ```...

@Nexus2k Ok, your issue is actually a different issue than the one mentioned in this ticket. The API didn't return any `timestamp` field at all for your query. Also, your...

I have a partial implementation here. It requires you do the key exchange external to this project. Only does the transaction fetches, but using the newest API (2020-09-14): https://github.com/madhat2r/plaid2text/pull/22

This PR adds SQLite backend support, but may break some of the account classification flow. https://github.com/madhat2r/plaid2text/pull/22

I stated encountering this for my use-case a few days ago as well. In my case the UID value is: `b'\xef\xbf\xbd\xef\xbf\xbd\xef\xbf\xbd\xef\xbf\xbd'` I'm syncing to Google Calendar with https://github.com/andrewramsay/ical_to_gcal_sync so I...

You're excluding the event by passing in a parse date range of 2022-01-11T07:00 - 2022-01-11T08:00, when the event is defined as repeating from 2021-11-29 - 2021-12-30. Your code returns 0...

As long as the JSON is still available (since my workflow[1] depends on it), I'm open to changes like that - sounds like a useful improvement. I'd much rather have...

@Xadoy Here's my custom source for [beancount-import](https://github.com/jbms/beancount-import) that reads the sqlite database this utility creates: https://gist.github.com/mbafford/ff2ece412ce3188f9eab692b3823e917 Hacked together from other `beancount-import` sources as the first source I wrote. There's likely...

Since the above page requires authentication, here's the content: > Institution Deprecation Since Dec 1, 2021 • Last updated on Dec 1, 2021 You're viewing status data for ins_3, our...

Surprise surprise: https://plaid.com/docs/link/oauth/#request-production-access-from-plaid > Request Production access from Plaid > **Production access is a prerequisite for implementing OAuth**. Plaid will contact you once your account has been enabled for Production....