jeremyephron / simplegmail

A simple Gmail API client for applications in Python
MIT License
333 stars 73 forks source link

Google auth changed. My app using simplegmail now blocked #108

Open RobbieViper opened 7 months ago

RobbieViper commented 7 months ago

I have an app that runs on a cron job every 5 minutes to read messages from a gmail account, pull them apart and add details to a mariadb database Aside from having to reauthorise every week or so it had been running happily for over a year. until today. I am now getting this error

Sign in with Google Access blocked: WhoIsOn’s request is invalid xxxx.xxxxx@gmail.com You can’t sign in because WhoIsOn sent an invalid request. You can try again later, or contact the developer about this issue. Learn more about this error If you are a developer of WhoIsOn, see error details. Error 400: invalid_request ‪English (United States)‬

I cant figure out what I need to change to fix this problem so I would appreciate some help

vbartle commented 3 months ago

Did you get this resolved?

RobbieViper commented 3 months ago

yes I did Thank You

On Sun, Jun 2, 2024 at 4:47 AM Vince @.***> wrote:

Did you get this resolved?

— Reply to this email directly, view it on GitHub https://github.com/jeremyephron/simplegmail/issues/108#issuecomment-2143510900, or unsubscribe https://github.com/notifications/unsubscribe-auth/BFHQG364Y6QVHZ7TP75LXTTZFH3K5AVCNFSM6AAAAABBUKPS72VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBTGUYTAOJQGA . You are receiving this because you authored the thread.Message ID: @.***>

vbartle commented 3 months ago

Great! What was the fix?

RobbieViper commented 3 months ago

Hi There My fix was to delete and rebuild the google oAuth Works a treat now

THanks for your reply Cheers Colin

On Sun, Jun 2, 2024 at 1:24 PM Vince @.***> wrote:

Great! What was the fix?

— Reply to this email directly, view it on GitHub https://github.com/jeremyephron/simplegmail/issues/108#issuecomment-2143656297, or unsubscribe https://github.com/notifications/unsubscribe-auth/BFHQG3ZYN7V2ES5M54O2H43ZFJX6FAVCNFSM6AAAAABBUKPS72VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBTGY2TMMRZG4 . You are receiving this because you authored the thread.Message ID: @.***>

Marvy101 commented 3 weeks ago

please can someone close this issue since it's fixed?