Thanks, that was the issue. Apparently the docs which say that registration is Optional, are out of date.
On Mar 3, 2011, at 6:26 PM, Robert Kluin wrote: > It is probably talking about: > http://code.google.com/apis/accounts/docs/RegistrationForWebAppsAuto.html > > I just checked one of my (registered) apps from appspot.com, I did not seem > to have any issues. > > > Robert > > > > > > On Thu, Mar 3, 2011 at 17:01, Joshua Smith <[email protected]> wrote: > My town library is using a google docs survey to capture book request forms. > These get dropped into a spreadsheet. > > The person who handles these requests was intimidated by the spreadsheet, so > I whipped up a little web interface to show her the data in a form that looks > like the paper they used to use. > > This worked fine for a couple weeks, but we're suddenly getting this message: > 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 site "http://appspot.com" has not been registered. > > When I connect from the local SDK, I get: > > The site localhost is requesting access to your Google Account for the > product(s) listed below. > > <writely20x20.gif> Google Docs > If you grant access, you can revoke access at any time under 'My Account'. > localhost will not have access to your password or any other personal > information from your Google Account. Learn more > > <warning.gif> This website is registered with Google to make authorization > requests, but has not been configured to send requests securely. We recommend > that you continue the process only if you trust the following destination: > > http://localhost:8906/token > > > Did google change something on purpose? > > If so, what is the fix? Do I need to move this little utility into a domain? > Any idea what it means to "be registered"? (I know that's a Google Docs API > question more than an appengine question.) > > -Joshua > > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" 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-appengine?hl=en. > > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" 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-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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-appengine?hl=en.
