Hi Claudio the api is being called using URLs with the following constructs - note I have not shared the key information etc in the forum for security reasons:
This call FAILS and the event is not returned even when querying for all events https://www.googleapis.com/apps/reporting/audit/v1/ID1/ID2?key=KEY&eventName=REMOVE_GROUP_MEMBER&maxResults=n This call WORKS which demonstrates the construct we are using is valid. https://www.googleapis.com/apps/reporting/audit/v1/ID1/ID2?key=KEY&eventName=ADD_GROUP_MEMBER&maxResults=n Similarly this call FAILS after the event is actioned on the cPanel and no event is returned when querying for all events. https://www.googleapis.com/apps/reporting/audit/v1/ID1/ID2?key=KEY&eventName=CHANGE_SITES_SETTINGS&maxResults=n HTH On Jun 28, 5:37 pm, Claudio Cherubino <[email protected]> wrote: > Stuart, > > I'm still checking with the engineers about the issue you reported. > Please bear with me a bit more. > Thanks > > Claudio > > On Sat, Jun 25, 2011 at 12:30 PM, StuartK <[email protected]>wrote: > > > > > > > > > Hi Claudio > > > We have successfully used 3 legged OAuth with the Calendar Resources > > API for some time, and the action we take does succeed as can be > > verified via the cPanel. > > However that action is not being recorded by the Admin Audit API. > > No errors are thrown, you just don't see the action reported in the > > same was as any other API action is. > > > Stuart > > > On Jun 24, 6:08 pm, Claudio Cherubino <[email protected]> wrote: > > > Hi Stuart, > > > > The Calendar Resource API supports 3-legged OAuth: > > > >http://code.google.com/googleapps/domain/calendar_resource/docs/1.0/c... > > > > Are you getting any specific error message? > > > > Claudio > > > > On Fri, Jun 24, 2011 at 5:40 PM, StuartK <[email protected] > > >wrote: > > > > > Think I found number 3 > > > > > It appears that adding a calendar resource via the Calendar Resource > > API > > > > over 3 legged OAuth is not reported whereas adding a calendar resource > > via > > > > cPanel is. > > > > > -- > > > > 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/-/MOBPEuJOasAJ. > > > > > 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. > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google Apps Domain Information and Management APIs" group. > > 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. -- You received this message because you are subscribed to the Google Groups "Google Apps Domain Information and Management APIs" group. 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.
