skattoju4/gtasks-cli

Fix 400 Invalid Request for Google Tasks CLI Authentication

Open

#1 opened on Aug 7, 2025

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Python (0 forks)auto 404
bughelp wanted

Repository metrics

Stars
 (0 stars)
PR merge metrics
 (PR metrics pending)

Description

Gemini was last trying to implement a cli Client for Google tasks. The goal was to have a rich CLI like what you would get with ncurses or bubble tea with the ability to manage tasks including list create update delete and mark as complete. We ran into an issue when trying to authenticate with the users credentials. We created an oauth client but we kept getting rejected with 400 invalid request. Can you take a look and get the command gtask list to work ? I can provide a credentials.json Let me know if you have any clarifying questions.

Contributor guide