The H9 API has an additional registration process. Send an email to [EMAIL PROTECTED] and include a list of the subdomains you plan to use. You should get an email back from them telling you your domain(s) are ready for use. It took about seven days before I heard back from them.
On Tue, Oct 14, 2008 at 12:39 AM, superemr <[EMAIL PROTECTED]> wrote: > > I demo on Java using H9 and localhost, it works fine. > So when I registered my domain on google and google Health. > my domain is actived, and I test on calendar, it works fine. > so when I test on my domain with H9,(https://www.google.com/h9/ > authsub?scope=https://www.google.com/h9/ > feeds&secure=1&session=1&permission=1&next=https://www.mydomain.com/ > test.php<https://www.google.com/h9/authsub?scope=https://www.google.com/h9/feeds&secure=1&session=1&permission=1&next=https://www.mydomain.com/test.php> > ) > > Invalid Usage Sharing denied: unregistered provider: mydomain.com > > Can anybody help me? > > > On Aug 27, 12:46 am, "Eric (Google)" <[EMAIL PROTECTED]> wrote: > > That's probably do to a web proxy issue. Fetching a token > > is done over SSL (HTTPS). > > > > Are you using a proxy server and/or behind a firewall that > > may be blocking this type of traffic? > > > > How to configure the .NET library: > http://code.google.com/p/google-gdata/wiki/WebProxySetup > > > > Eric > > > > On Aug 26, 4:39 am, Kiran <[EMAIL PROTECTED]> wrote: > > > > > thanks for help Eric. > > > Now i am getting dot net exception saying "remote name could not be > > > resolved:www.google.com", when i try to get token. > > > Is there anything to add in cinfiguration to get rid of this error? > > > > > Regards, > > > Kiran > > > > > On Aug 22, 11:11 pm, "Eric (Google)" <[EMAIL PROTECTED]> wrote: > > > > > > I think the issue is that you're mixing and matching h9 and health > > > > AuthSub components. > > > > > > Does this URL work for you? > https://www.google.com/h9/authsub?next=http://localhost&permission=1&... > > > > > > Also, does your Google account have access to H9 (i.e. can you sign > > > > intohttps://www.google.com/h9)? > > > > If not, please send an email to [EMAIL PROTECTED] with the > accounts > > > > to enable. > > > > > > Cheers, > > > > Eric > > > > > > On Aug 21, 11:31 pm, Kiran <[EMAIL PROTECTED]> wrote: > > > > > > > Hi Eric, > > > > > > > I tried the scope "https://www.google.com/h9/feeds/" > > > > > But it given me error saying > > > > > > > "Invalid Usage > > > > >Sharingdenied: Scope is too broad, please restrict > towww.google.com/health/feeds > > > > > or narrower. " > > > > > > > Thats why i tried using scope as "scope= > http://www.google.com/health/ > > > > > feeds" and continue url as "htt://localhost/GoogleHealth/ > > > > > Default.aspx". > > > > > for this try i got error saying > > > > > "Invalid Usage > > > > >Sharingdenied:unregisteredprovider: localhost " > > > > > > > Kindly Guide > > > > > Regards, > > > > > Kiran > > > > > > > On Aug 22, 2:33 am, "Eric (Google)" <[EMAIL PROTECTED]> wrote: > > > > > > > > Hi Kiran, > > > > > > > > There's two separate issues here. One is with the scope > > > > > > parameter and one is with your next parameter. > > > > > > > > The scope you should be using is: > https://www.google.com/h9/feeds/ > > > > > > > > Note the HTTPS and /h9. > > > > > > > > As for the next parameter, you should set that tohttp://localhost > > > > > > for now. If that isn't an option, visithttps:// > www.google.com/accounts/ManageDomains > > > > > > to register a domain. If the domain is internal to your network, > > > > > > please > > > > > > email and I can verify it for you. > > > > > > > > Eric > > > > > > > > On Aug 21, 7:26 am, Kiran <[EMAIL PROTECTED]> wrote: > > > > > > > > > Hi Eric, > > > > > > > > > I have used the AuthSub Authentication with scope as " > http://www.google.com/h9/feeds/", but i got error saying scpe too broad. > > > > > > > > > Also, when i tried using narrower scope as " > http://www.google.com/ > > > > > > > health/feeds/", i got error asunregisteredapplication. > > > > > > > Now the problem here is, i am having internal application which > is > > > > > > > within company network, how can i get rid of this error? > > > > > > > > > On Jul 31, 10:09 pm, "Eric (Google)" <[EMAIL PROTECTED]> > wrote: > > > > > > > > > > The scope should be set to: > > > > > > > > scope=https://www.google.com/h9/feeds/ > > > > > > > > > > and your authsub token should be requested from H9's handler: > https://www.google.com/h9/authsub > > > > > > > > > > (NOThttps://www.google.com/health/authsub) > > > > > > > > > > You can't use health until approved later on. > > > > > > > > > > Eric > > > > > > > > > > On Jul 31, 2:22 am, Kiran <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > Adding to my previous post what does it mean by Bad scope > parameter? > > > > > > > > > because it says bad or missing scope parameter > > > > > > > > > > > On Jul 31, 1:59 pm, Kiran <[EMAIL PROTECTED]> > wrote: > > > > > > > > > > > > Eric, > > > > > > > > > > I am passing the scope parameter as you have mentioned in > the post > > > > > > > > > > above. > > > > > > > > > > still getting the same error. > > > > > > > > > > > > On Jul 30, 9:54 pm, "Eric (Google)" <[EMAIL PROTECTED]> > wrote: > > > > > > > > > > > > > Hi Kiran, > > > > > > > > > > > > > I responded to your other post here: > http://groups.google.com/group/googlehealthdevelopers/browse_thread/t... > > > > > > > > > > > > > Are you passing in the scope parameter to AuthSub? > > > > > > > > > > > ( > https://www.google.com/h9/authsub?next=...&permission=1&scope=https:/...) > > > > > > > > > > > > > Eric > > > > > > > > > > > > > On Jul 30, 2:24 am, Kiran <[EMAIL PROTECTED]> > wrote: > > > > > > > > > > > > > > I am getting an error, when i try to connect to > google health through > > > > > > > > > > > > my application. > > > > > > > > > > > > The error says > > > > > > > > > > > > " The page you have requested cannot be displayed. > Another site was > > > > > > > > > > > > requesting access to your Google Account, but sent a > malformed > > > > > > > > > > > > request. Please contact the site that you were trying > to use when you > > > > > > > > > > > > received this message to inform them of the error. A > detailed error > > > > > > > > > > > > message follows: > > > > > > > > > > > > > > The "scope" parameter was bad or missing. "- 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 - > > > > > > > > -- Hate is baggage. http://www.robynkesslerphotography.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
