is it possible to load emails sent to google group via API? I can see something like that in Gmail API: https://developers.google.com/gmail/api/v1/reference/users/messages/list but not sure if it will work for google groups. When I tried it I just got "Delegation denied for..." error.
What I need is to periodically load emails (possibly with attachments) from more google groups (so it is not convenient to resend all emails to some regular gmail address...) - any ideas?
Thanks