https://github.com/googleworkspace/cli
npm install -g @googleworkspace/cli
gws auth setup
gws auth login
gws auth login -s contacts,calendar,chat,cloud-platform,directory,documents,drive,forms,gmail,meetings,script,sheets,tasks,user
# Select Full Access
Drive
gws drive files list --params '{"pageSize": 5}'
Chat
gws chat +send --space spaces/AAAAxxxx --text 'test'
gws chat customEmojis list --format table
gws chat spaces messages reactions create --params '{"parent": "spaces/AAAAxxxx/messages/AAAAAxxxxx.AAAAAxxxxx"}' --json '{"emoji": {"unicode": "🥳"}}'