Has anyone tried out the new Admin Audit API<http://code.google.com/googleapps/domain/audit_admin/overview.html>? Have been trying to get it working, but am hitting accessNotConfigured errors from the following URL:
https://www.googleapis.com/apps/reporting/audit/v1/[CUST_ID]/[APP_ID]?key=[API_KEY]&maxResults=10 Where... - CUST_ID is the value returned from https://apps-apis.google.com/a/feeds/customer/2.0/customerId - APP_ID = 207535951991 according to the documentation<http://code.google.com/googleapps/domain/audit_admin/v1/using_api.html#GA_admin_audit_params> - API_KEY = my key from a new project in the API Console where I have enabled the Audit API Here is the full JSON error: {'status': 403, 'body': '{\n "error": {\n "errors": [\n {\n "domain": "usageLimits",\n "reason": "accessNotConfigured",\n "message": "Access Not Configured"\n }\n ],\n "code": 403,\n "message": "Access Not Configured"\n }\n}\n', 'reason': ''} Any help gratefully received! Thanks, Gwyn -- You received this message because you are subscribed to the Google Groups "Google Apps Domain Information and Management APIs" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-apps-mgmt-apis/-/VDB3NGUwcUk4Z3dK. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-apps-mgmt-apis?hl=en.
