Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

commandlineauth error 400 invalid_request required parameter is missing: response_type #204

Open
randywreed opened this issue Jun 26, 2020 · 0 comments

Comments

@randywreed
Copy link

from pydrive.auth import GoogleAuth
from pydrive.drive import GoogleDrive

gauth = GoogleAuth()
gauth.CommandLineAuth()
drive = GoogleDrive(gauth)
`
Generates a link.
https://accounts.google.com/o/oauth2/auth?client_id=xxxxxxxxxxxxxxxxxxxxxxapps.googleusercontent.com&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fdrive&access_type=offline&response_type=code
Clicked link. Instead of authorize screen got
FireShot Capture 032 - Sign in - Google Accounts - accounts google com

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant