So I followed the API docs for requesting an email export. The request went in fine, and I can query the status ect. Now that it's done, and has a link to the URL to download the mailbox, how do I actually download it? When I visit the URL in browser (https://apps-apis.google.com/a/feeds/compliance/audit/mail/export/{domain}/{id}) it says:
Authorization requiredError 401 When I try to access it problematically though the API via the following code (using the .NET API): *FeedQuery query = new FeedQuery();* *Service tservice = new Service(domain, appName);* *tservice.setUserCredentials(userName, password);* *query.Uri = new Uri(mboxURI);* *AtomFeed mboxFeed = service.Query(query);* * * It says: *The remote server returned an error: (501) Not Implemented.* * * So... how do I actually download the file? -- 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/-/wiyLlMsYVrQJ. 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.
