I'm testing ClientLogin, and I can get it to work just fine against /
health, but I get a 401 error going against h9.  I recently received
the email that said that our domain (www.web-aide.com) has been
registered.

Here is my VB.Net Code:

Dim service As New HealthService(ApplicationName)

service.setUserCredentials("<user_name>", "<pwd>")

Dim tq As String = HealthQuery.ProfileListFeed

tq = tq.Replace("health", "h9")

Dim query As New HealthQuery(tq)

Dim feed As HealthFeed  = service.Query(query)

401 is returned with message: Execution of request failed:
https://www.google.com/h9/feeds/profile/list

When I remove the line "tq = tq.Replace("health", "h9")", I
succesfully retrieve profile data for my /health account.  I have
doublechecked the user and password on my h9 account.

I notice from previous posts that there is an H9Service and
GoogleService class in the java client library, but don't see an
equivalent in the .NET libary.

Any advice would be greatly appreciated.

Scott Bergman
Castle Technologies, Inc.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Health Developers" 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/googlehealthdevelopers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to