Hi,

Can you run this again and see if the problem was transient?  It may
be more convenient if you file a support request, since
troubleshooting this requires some more detail.  Contact info is in
the control panel.

-alex

On Jan 16, 11:53 pm, Yochan <[EMAIL PROTECTED]> wrote:
> Hello:
> I am using Python script to make a call to gData API. Every time I
> execute the Python code, I get response from google in 7+ minues. I am
> trying to retrieve all emai llist (16 records), all user accounts
> (1423 records), etc.. One response that I notice fast is when I
> retrieve the email recipients.
>
> Here is the simple Python script I used to test gData API:
>
> ===
> import gdata.apps.service,datetime
> service = gdata.apps.service.AppsService(email="", domain="",
> password="")
>
> service.ProgrammaticLogin()
>
> print "Start retrieving all recipients ", datetime.datetime.now()
> xml = service.RetrieveAllRecipients("acer")
> print "Retrieving recipient is done ", datetime.datetime.now()
> print ""
> print ""
>
> print "Start Retrieving email list ", datetime.datetime.now()
> xml = service.RetrieveAllEmailLists()
> print "Retrieving email list is done ", datetime.datetime.now()
> print ""
> print""
>
> print "Start retrieving all users ", datetime.datetime.now()
> xml = service.RetrieveAllUsers()
> print "Retrieving all users is done ", datetime.datetime.now()
> ===
>
> Sample results:
> ==>pythonw -u "gData.py"
>
> Start retrieving all recipients  2008-01-17 13:30:22.734000
> Retrieving recipient is done  2008-01-17 13:30:28.265000
>
> Start Retrieving email list  2008-01-17 13:30:28.265000
> Retrieving email list is done  2008-01-17 13:37:46.203000
>
> Start retrieving all users  2008-01-17 13:37:46.203000
> Retrieving all users is done  2008-01-17 13:51:47.640000
>
> >Exit code: 0
> >pythonw -u "gData.py"
>
> Start retrieving all recipients  2008-01-17 13:53:21.406000
> Retrieving recipient is done  2008-01-17 13:53:34.718000
>
> Start Retrieving email list  2008-01-17 13:53:34.718000
> Retrieving email list is done  2008-01-17 14:01:05.375000
>
> Start retrieving all users  2008-01-17 14:01:05.375000
> Retrieving all users is done  2008-01-17 14:13:07.640000
>
> >Exit code: 0
> >pythonw -u "gData.py"
>
> Start retrieving all recipients  2008-01-17 14:20:33.234000
> Retrieving recipient is done  2008-01-17 14:20:39.812000
>
> Start Retrieving email list  2008-01-17 14:20:39.812000
> Retrieving email list is done  2008-01-17 14:28:18.140000
>
> Start retrieving all users  2008-01-17 14:28:18.140000
> Retrieving all users is done  2008-01-17 14:44:51.234000>Exit code: 0
>
> ===
>
> Please advice.
> Thanks in advance
--~--~---------~--~----~------------~-------~--~----~
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