I posted a Python sample with the new classes in another thread: http://groups.google.com/group/google-contacts-api/browse_thread/thread/44cd7a4352d9dc1d
--Julian On Dec 2, 11:15 am, "Julian (Google)" <[email protected]> wrote: > Hi, > > Are you using the Python client library? This error was reported > before for Python but using directly the protocol seems to work, I > will check the Python library. > > Thanks, > Julian > > On Nov 30, 11:17 pm, NMAGOCIO <[email protected]> wrote: > > > > > Here is an interesting question. I have paged through contacts and > > stored them all in one big list or searched for something specific but > > let's say I am on App Engine with an RPC how can I call a certain page > > from the server side? Basically the same as calling from a console > > app. > > Here is why I ask, if I pull all the accounts the page would display > > hundreds or more contacts and this is not very efficient. > > What I would envision is a page with say 25 contacts and then links > > like next and some numbers to jump around. I have some ideas about > > iterating the pages and counting the iterations and returning that > > then using some sort of for statement to run up to that page. > > I just wanted to check if there was not already something in the API > > to return a certain page. > > TY -- You received this message because you are subscribed to the Google Groups "Google Contacts API" 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-contacts-api?hl=en.
