e13h / gsheets-plaid

Bringing bank transactions into Google Sheets with Plaid
GNU General Public License v3.0
14 stars 2 forks source link

After "Delete my data," Google re-authentication works but Plaid does not #19

Open anand-kumar-code opened 1 year ago

anand-kumar-code commented 1 year ago

Hi @evanphilipsmith,

Thanks for making this. I was able to get this to work precisely one time. I now have a google sheet with a small subset of a bunch of my transaction data.

After clicking "Delete my data" and re-starting the process, I'm able to reconnect with Google and set up a new spreadsheet and everything as well as connect with my Plaid development environment (rather than sandbox) with my client id and seret.

image

On the last step, I'm able to click on "link account" and see the first Plaid prompt

image

But choosing any financial institution on the list results in the following error message and I am no longer able to connect to any financial institution, including the same ones that I successfully connected to previously.

image

Any ideas what's missing here? I feel like there may be something as simple as some token that needs to be refreshed, but I'm not seeing it. I'm surprised Google works fine but not Plaid. Please advise.

Anand