Trouble generating Google Keep Sync token

Hi everyone,

I’m trying to use the Google Keep Sync integration in Home Assistant, but it keeps asking me to re‑enter the token. I haven’t been able to generate a valid one.

What I tried so far:

  • Using Docker with the command:

    Código

    docker run -it --rm breph/ha-google-home_get-token:latest python3 get_tokens.py
    
    

    It asks for my Gmail address and then the application password. I enter the app password (with and without spaces), but it never returns the master token.

  • I also tried the Google page:

    Código

    https://accounts.google.com/v3/signin/identifier?authuser=0&continue=https://accounts.google.com/o/android/auth?lang%3Des%26cc%3D419%26langCountry%3Des_419%26xoauth_display_name%3DAndroid%2BDevice%26tmpl%3Dnew_account%26source%3Dandroid%26return_user_id%3Dtrue&dsh=S-1422398270:1787880291980178&flowName=EmbeddedSetupAndroid&utm_source=chatgpt.com#close
    
    

    But after I enter my credentials and click accept, it just keeps loading forever and never gives me a token.

So right now I’m stuck: Google Keep Sync keeps asking for the token, but I can’t generate it with either method.

Has anyone found a working solution recently? Is there a new way to obtain the key/token for Google Keep Sync?