Thanks Alain.  I will download the library repository and see if that 
resolves this.  In addition to what I documented earlier, I did try and use 
the query param as follows:

query = gdata.contacts.client.ContactsQuery()
query.max_results = 1000
feed = client.GetContacts(q = query)

instead of:

feed = client.GetContacts()

without modifying the scope but it yielded the same error.  I will test 
tonight with the new code and let you know if this corrects the problem. 
(which will allow me to implement the *uri=next.href* paging, which I read 
about but wasn't able to implement until I successfully made a call)

Cheers!

--Ed

-- 
You received this message because you are subscribed to the Google
Groups "Google Contacts, Shared Contacts and User Profiles 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://code.google.com/apis/contacts/community/forum.html

Reply via email to