I just had to figure out where to update it for eclipse and it worked, thanks for the help
fatima On Mar 10, 5:28 pm, "Tony (Google)" <[email protected]> wrote: > Hi Fatima, > > It's likely your code is still referencing the old .class file. Did > you recompile the code? The jar file should also be updated with the > new AppsGroupsService.class file as well. > > Thanks, > > --Tony > > On Mar 10, 2:14 pm, fatima <[email protected]> wrote: > > > > > Thanks Tony > > I have found the BASE_URL in the AppsGroupsService class but cannot > > seem to edit it. It keeps showing up as http. > > i am using eclipse to edit my code and am including the .jar files in > > its external libraries. i have updated the file in the jar file by > > extracting it modifying it and readding it to the archive but the one > > showing up in the eclipse is still not changed. > > Could you specify exactly where i should change it? All these > > libraries, jar files, class files have me pretty confused. > > thanks again for your help > > fatima > > > On Mar 10, 4:22 pm, "Tony (Google)" <[email protected]> wrote: > > > > Hi, > > > > The BASE_URL String in > > > com.google.gdata.client.appsforyourdomain.AppsGroupsService.java (see > > > below) is currently set to use "http" by mistake. We will fix this in > > > the next release. > > > > public static final String BASE_URL = > > > "http://apps-apis.google.com/a/feeds/group/2.0/"; > > > > In the meantime, please update the variable to use "https". Sorry for > > > the inconvenience caused. > > > > Thanks, > > > > --Tony > > > > On Mar 10, 12:51 pm, fatima <[email protected]> wrote: > > > > > I dont think it has anything to do with our domain settings, the error > > > > is still there, > > > > it seems like a simple thing to do, i know it is translated to XML but > > > > i dont know how to specify using https instead of http > > > > > GenericFeed memberFeed = new GenericFeed(); > > > > memberFeed = service.retrieveAllMembers(GroupID); > > > > > anyone working with groups in Java? > > > > > On Mar 10, 2:49 pm, fatima <[email protected]> wrote: > > > > > > I am using the Java API for creating groups and managing them. But i > > > > > get an error about using http when i should be using https. Is this > > > > > because we have SSL enabled for the domain? do i need to change this > > > > > to get this API to work or is this something else? > > > > > > any ideas? > > > > > > fatima- Hide quoted text - > > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
