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
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---