Hi,
I've been trying to write Java code to retrieve/update user profiles. In
particular, I'm trying to retrieve a particular profile but I consistently get
the exception:
com.google.gdata.util.ResourceNotFoundException: Not Found
The specified resource cannot be found.
at
com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(HttpGDataRequest.java:599)
at
com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(GoogleGDataRequest.java:564)
at
com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGDataRequest.java:560)
at
com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataRequest.java:538)
at
com.google.gdata.client.http.GoogleGDataRequest.execute(GoogleGDataRequest.java:536)
at com.google.gdata.client.Service.getFeed(Service.java:1135)
at com.google.gdata.client.Service.getFeed(Service.java:998)
at com.google.gdata.client.GoogleService.getFeed(GoogleService.java:645)
at com.google.gdata.client.Service.getFeed(Service.java:1017)
...
This happens when I follow the directions at the developers guide: (
https://developers.google.com/google-apps/profiles/#retrieving_with_query)
while using the gdata Java client library, and I try to retrieve a feed with
the following url:
https://www.google.com/m8/feeds/profiles/domain/{domainName}/full/{userName}
(with domainName and username replaced by actual values). NOTE: I can retrieve
ALL profiles successfully, but I need to be able to work just on a restricted
set of profiles, so it would be very inefficient to retrieve them all.
Thanks in advance for any help,
-Patricia
--
You received this message because you are subscribed to the Google Groups
"Google Apps Domain Information and Management 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-mgmt-apis?hl=en.