Here's the repo:
https://github.com/simonw/google-drive-to-sqliteThe README is using a trick I'm increasingly leaning on: parts of that document - the --help output and the example database schema - are automatically generated using Cog: https://nedbatchelder.com/code/cog and https://til.simonwillison.net/python/cog-to-update-help-in-r...
Here is the google page: https://developers.googleblog.com/2022/02/making-oauth-flows...
Here is the discussion on the rclone issue - there are links to more stuff there: https://github.com/rclone/rclone/issues/6000
Luckily rclone already implements the oauth webserver for other backends, but for tools like this it has suddenly made authenticating with Google a whole lot harder.