-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Access blocked: Gtasks CLI’s request is invalid #22
Comments
I am setting up a fresh installation and get this same error. It seems that the developer needs to change the login method. |
The developer suggested a workaround earlier this year. After you create your project and replace the config json remember to "publish" your app to allow it to be used with your google accounts. This can be done in the OAuth authorization screen setup > publish status. Following that, pasting the request will take you to a blocking page that is placed for non-verified apps, AKA the connection you just set up. Bypass though the advanced menu at the bottom. The resulting HTTP request won't go through but it will contain the requested code. Copy |
Is there any way to do it using environment variables? I know Gcloud command line util allows it for example. |
Thank you for mentioning the token part in the comment it was really helpful. |
I am signed into multiple google workspace accounts in the browser. When I paste the o-auth link from
gtasks login
I get this error:How do I proceed?
The text was updated successfully, but these errors were encountered: