Well that cuts down the potential market a lot.
On May 5, 1:20 pm, "Eric (Google)" <[email protected]> wrote:
> According to the API Terms of Service:
>
> " 2.1 Permission to Use. You may use: (a) the Health API to access
> Google Health, and (b) the Health Service API Specifications for
> development for a Health API Client that is designed for usage by
> United States users of Google Health. You shall not provide access to
> or assign the permission to use the Health API to any third party."
>
> Eric
>
> On Apr 26, 10:47 pm, venky <[email protected]> wrote:
>
>
>
> > Hi Eric,
>
> > Thanks for the reply.
> > I figured out the problem, it was something to do with the way jar
> > (library) files are arranged in IDE.
>
> > I have yet another query:
>
> > What exactly do you mean by saying Google health is only availbale in
> > the US? Is it from the developer perspective or is it from the end
> > users perspective?
>
> > Thanks again.
>
> > On Apr 26, 12:00 am, "Eric (Google)" <[email protected]> wrote:
>
> > > This looks to be something on your development
> > > end/setup with Jdeveloper. I'm not sure how helpful
> > > I can be :(
>
> > > By the way, Google Health is only available in the US
> > > at the moment.
>
> > > Eric
>
> > > On Apr 21, 10:48 am, venky <[email protected]> wrote:
>
> > > > Am I missing something? Not able to resolve this issue.!!!!
>
> > > > Thanks
>
> > > > On Apr 20, 5:08 pm, venky <[email protected]> wrote:
>
> > > > > Any inputs????
>
> > > > > Note: I am trying to execute the code (HealthDemo.java) from India, so
> > > > > is there any dependencies on the region?
>
> > > > > Thanks
>
> > > > > On Apr 17, 10:47 pm, venky <[email protected]> wrote:
>
> > > > > > Thanks Eric.
>
> > > > > > But I get the same error when I execute HealthDemo.java that you are
> > > > > > pointing me to. To get the familiarity I am using a static user name
> > > > > > and password and hard coding it in this code and I have created two
> > > > > > test results on google health and expecting it to be part of the
> > > > > > CCR.
> > > > > > I am using oracle Jdeveloper as my IDE to build and execute the
> > > > > > code.
>
> > > > > > Thanks again.
>
> > > > > > On Apr 17, 8:49 pm, "Eric (Google)" <[email protected]> wrote:
>
> > > > > > > The Java client's console sample does
> > > > > > > that:http://code.google.com/p/gdata-java-client/source/browse/trunk/java/s...
>
> > > > > > > Eric
>
> > > > > > > On Apr 16, 1:30 pm, venky <[email protected]> wrote:
>
> > > > > > > > Hi,
>
> > > > > > > > I am very much new to google health and in the process of
> > > > > > > > learning it
> > > > > > > > through some samples given.
>
> > > > > > > > I get the following exception when do the following:
>
> > > > > > > > ProfileFeed feed = service.getFeed(new
> > > > > > > > URL("http://www.google.com/
> > > > > > > > health/feeds/profile/ui/"+ profileId), ProfileFeed.class);
>
> > > > > > > > Apr 16, 2009 10:45:38 PM com.google.gdata.util.LogUtils
> > > > > > > > logException
> > > > > > > > WARNING: [Line 1, Column 2418, element ContinuityOfCareRecord]
> > > > > > > > com.google.gdata.util.ParseException: Unrecognized element
> > > > > > > > 'CCRDocumentObjectID'.
> > > > > > > > Message: Unrecognized element 'CCRDocumentObjectID'.
>
> > > > > > > > at
> > > > > > > > com.google.gdata.util.XmlParser$ElementHandler.getChildHandler
> > > > > > > > (Unknown Source)
> > > > > > > > at com.google.gdata.data.ExtensionPoint
> > > > > > > > $ExtensionHandler.getChildHandler(Unknown Source)
> > > > > > > > at com.google.gdata.util.XmlParser.startElement(Unknown
> > > > > > > > Source)
> > > > > > > > at
> > > > > > > > org.xml.sax.helpers.ParserAdapter.startElement(ParserAdapter.java:
> > > > > > > > 597)
> > > > > > > > at
> > > > > > > > com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement
> > > > > > > > (AbstractSAXParser.java:491)
> > > > > > > > at
> > > > > > > > com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scan
> > > > > > > > StartElement
> > > > > > > > (XMLDocumentFragmentScannerImpl.java:878)
> > > > > > > > at
> > > > > > > > com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl
> > > > > > > > $FragmentContentDispatcher.dispatch
> > > > > > > > (XMLDocumentFragmentScannerImpl.java:1693)
> > > > > > > > at
> > > > > > > > com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scan
> > > > > > > > Document
> > > > > > > > (XMLDocumentFragmentScannerImpl.java:368)
> > > > > > > > at
> > > > > > > > com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse
> > > > > > > > (XML11Configuration.java:834)
> > > > > > > > at
> > > > > > > > com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse
> > > > > > > > (XML11Configuration.java:764)
> > > > > > > > at
> > > > > > > > com.sun.org.apache.xerces.internal.parsers.XMLParser.parse
> > > > > > > > (XMLParser.java:148)
> > > > > > > > at
> > > > > > > > com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse
> > > > > > > > (AbstractSAXParser.java:1242)
> > > > > > > > at
> > > > > > > > org.xml.sax.helpers.ParserAdapter.parse(ParserAdapter.java:405)
> > > > > > > > at com.google.gdata.util.XmlParser.parse(Unknown Source)
> > > > > > > > at com.google.gdata.util.XmlParser.parse(Unknown Source)
>
> > > > > > > > Basically I am trying to display CCR on my screen, I am using
> > > > > > > > jdeveloper. Is there any complete code which displays the
> > > > > > > > entire CCR -
> > > > > > > > client login?
>
> > > > > > > > Thanks- Hide quoted text -
>
> > > > > > > - Show quoted text -- Hide quoted text -
>
> > > > > > - Show quoted text -- Hide quoted text -
>
> > > > > - Show quoted text -- 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 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
-~----------~----~----~----~------~----~------~--~---