We're trying to request a mailbox download from Google, we're sending the request to the following URL :
https://apps-apis.google.com/a/feeds/compliance/audit/mail/export/dev-gpanel.com/andrew
However, after this, we received the following error :
EntityDoesNotExist(1301): andrew@dev-gpanel.com at com.google.gdata.data.appsforyourdomain.AppsForYourDomainException.narrow(AppsForYourDomainException.java:133) at com.google.gdata.client.appsforyourdomain.AppsForYourDomainService.insert(AppsForYourDomainService.java:102) at com.promevo.beyond.server.impl.AuditServiceImpl.createGmailExport(AuditServiceImpl.java:150) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
The user andrew@dev-gpanel.com
does exist.
The weird thing is that this actually DOES create the request (as it is returned in the feed for getting all download requests).
Can anyone assist?