Hi, We have not released an update for the Python client yet, we are working on it, but there is not a release date as for today.
In the meantime, for group operation, you could make calls using the REST API directly: http://code.google.com/apis/apps/gdata_provisioning_api_v2.0_developers_protocol.html Cheers, Julian. On Jan 30, 10:12 pm, DK05 <[email protected]> wrote: > Are there any materials regarding the new api for groups for the > python client? > > On Jan 28, 4:58 am, "Julian (Google)" <[email protected]> wrote: > > > Hi, > > > The installer has not been updated yet. But, DLLs and source have the > > fix in place. > > > You can find the new DLL > > here:http://code.google.com/p/google-gdata/source/browse/#svn/trunk/client... > > > Cheers, > > Julian > > > On Jan 28, 3:29 am, Daniel <[email protected]> wrote: > > > > Thanks for your information. > > > > I guess I'll stay away from using groups for now. > > > > On Jan 26, 9:54 am, "Julian (Google)" <[email protected]> wrote: > > > > > Hi, > > > > > The problem is a bug on the URL for RetrieveGroups, it will be fix on > > > > the next release. > > > > > You would need to download the code from the SVN and change the > > > > function RetrieveGroups to be able to use it before the next release, > > > > I'll try to make this high priority, it should be soon on the SVN and > > > > later on the release. > > > > > --- Donner4/clients/cs/src/gapps/groupsservice.cs (revision 826) > > > > +++ Donner4/clients/cs/src/gapps/groupsservice.cs (working copy) > > > > @@ -207,7 +207,7 @@ > > > > public AppsExtendedFeed RetrieveGroups(String memberId, > > > > Boolean directOnly) > > > > { > > > > Uri getGroupUri = new Uri > > > > (AppsGroupsNameTable.AppsGoogleGroupsBaseFeedUri + "/" > > > > - + domain + "?memberId=" + memberId + "&directOnly=" + > > > > directOnly.ToString()); > > > > + + domain + "?member=" + memberId + "&directOnly=" + > > > > directOnly.ToString()); > > > > return QueryGroups(getGroupUri); > > > > } > > > > > Thanks, > > > > Julian > > > > > On Jan 25, 11:34 pm, Daniel <[email protected]> wrote: > > > > > > I should probably clarify that for RetrieveGroups, I tested it on a > > > > > new account, one not belonging to any group, and yet it listed that he > > > > > belongs to every group. > > > > > > For example: > > > > > > > extendedFeed = service.Groups.RetrieveGroups(newMemberId, true); > > > > > > // PsuedoCode: SaveToXML like the previous example as file1 > > > > > > extendedFeed = service.Groups.RetrieveGroups(newMemberId, false); > > > > > > // PsuedoCode: SaveToXML like the previous example as file2 > > > > > > extendedFeed = service.Groups.RetrieveAllGroups(); > > > > > > // PsuedoCode: SaveToXML like the previous example as file3 > > > > > > // Compare all three files, and all three files and the content of > > > > > > all three files are the same --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
