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): [email protected] 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 [email protected]
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?
Based from this forum,
EntityDoesNotExist
error occurs when there is a another Google account somewhere using the same username already.You may also check this link as additional reference.