You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-app...@googlegroups.com
I'm trying to use the Admin Audit API to get event info. It works one of my domains, but not others - I'm not sure what the difference is. The error is the same as in this posting:
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-app...@googlegroups.com
Hi Victor,
Is the user you are authenticating as a super admin in the Google Apps domain? Is this a Google Apps Business or EDU domain? (audit API isn't available for standard/free edition). Could you post the sample code your using and the exact output you're seeing?
Jay
Victor Su
unread,
Jan 26, 2012, 5:39:52 PM1/26/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-app...@googlegroups.com
Hi Jay - yes, I have tried super admin accounts; this is for a business domain. I actually opened a ticket with Support, but it was closed immediately.
The code I used is similar to the audit.py script found here.
David Haley
unread,
Jan 26, 2012, 7:17:47 PM1/26/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-app...@googlegroups.com
Hi Victor,
Going back to basics for a second, is API access enabled on the domain that's not working? If so, do other APIs work with that same user, and it's just the audit API that's not working?
Cheers,
- David
Victor Su
unread,
Jan 26, 2012, 8:45:43 PM1/26/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-app...@googlegroups.com
Yes, other API's work - docs, cal, email audit, activity, etc.
I am not aware whether you have to explicitly enable admin audit like you do provisioning. Does anyone know?