I have written a PHP script based on the "reporting-api-php-1.0.0.zip"
client library.
The script aims to retrieve all the reports available and insert them
into a database.
I have successfully retrieved all reports except for the accounts
report.
The report seemed to be truncated, resulting in incomplete report.
I downloaded a reporting in the admin panel, and found out that the
compelte accounts report should have 135361 entries.
I have already enabled compression, and changed the following php
settings, but still have no luck.
ini_set("memory_limit","400M");
ini_set("max_execution_time",200);
ini_set("max_input_time", 200);
Please advice.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---