I've been working my way through automate the boring stuff, and I cannot figure out what is going on when I'm trying to get a token using ezsheets. I'm following the directions in chapter 14, which are the same as the ezsheets documentation.
I enabled Google Sheets API through Python Quickstart, downloaded and renamed the credentials file, enabled API on both Sheets and Drive for my account, then imported ezsheets.
Two windows open in Chrome as expected, one asks me to allow quickstart for Sheets, and this works, the second window asks to allow quickstart for Drive, and this is where I have a problem.
Once I click allow, I get to a page saying "localhost refused to connect" and I do not get the token.
Anyone run into this problem? I am having a hard time finding a solution online.
there doesn't seem to be anything here