Getting 'Missing required field: member' when trying to add a member to a google group via API
问题 Trying to use Google admin directory API in order to read members of a google group (organization) - it works fine. When I try to add a member I get: { errors: [ { domain: 'global', reason: 'required', message: 'Missing required field: member' } ], code: 400, message: 'Missing required field: member' } I've googled the error and found questions like this, this and a few other unhelpful results. I checked and it's definitely not a missing scope nor permissions. #!/usr/bin/python import