Hi,

About how long does it take before the connection is broken?

Are there partial results downloaded before the connection is broken?
Or is the result still empty when the connection is broken?

Have you tried the gzip option to fetch the compressed report results?

http://code.google.com/apis/apps/reporting/google_apps_reporting_api.html#Compression

The client libraries don't support this but you can do this e.g. using
curl:

curl --user-agent gzip --compressed --data @request.xml
http://www.google.com/hosted/services/v1.0/reports/ReportingData

where request.xml contains the report request.

-alex

On Mar 29, 7:42 pm, Cuso <[EMAIL PROTECTED]> wrote:
> I can't get the reporting API sample code to download the complete
> list of results.  I believe the connection is being closed before the
> data can be read completely.  I am running it with the same values I
> used to a few weeks ago, but now we have many more accounts.  The type
> of report is accounts and the domain is upr.edu.  Do you have any clue
> as to what could be causing this?
>
> I also noted that the option you used to have to download a list of
> accounts from the email addresses page is no longer available, so we
> have no way to know who has activated their account.
--~--~---------~--~----~------------~-------~--~----~
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