We are having trouble getting the reports for out domain from google
apps. We are using Poster 1.7.1 for firefox 
https://addons.mozilla.org/en-US/firefox/addon/2691

We have successfully received our SID today. Following the examples:
http://code.google.com/apis/apps/reporting/google_apps_reporting_api.html
We have created our xml file as below.

====================================
<?xml version="1.0" encoding="UTF-8"?>
<rest xmlns="google:accounts:rest:protocol"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
    <type>Report</type>
    <token>DQAAAI0AAAA5FQt23fpJD01xrH1PnPA_4-
cpDk41Uyp5HEXHFJknELXpf_BKj6zs5Kfdz491P5yQqma...</token>
    <domain>subdomain.ourdomain.edu</domain>
    <date>2009-02-26</date>
    <reportType>daily</reportType>
    <reportName>activity</reportName>
</rest>
=====================================

response is

=====================================
<?xml version="1.0" encoding="UTF-8"?>
<hs:rest xmlns:hs="google:accounts:rest:protocol"><hs:status>Failure
(2001)</hs:status><hs:reason>InternalError(1011)</
hs:reason><hs:extendedMessage>No extended message available for this
error.</hs:extendedMessage><hs:result></hs:result><hs:type></hs:type></
hs:rest>
=====================================

I have also attempted to use the .Net library and recieve the same
message. Does anyone know why this is?

Thanks
Curtis
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Apps 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-apis?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to