Can you post your app.yaml and the exact location you put the files?
On Jan 3, 9:11 pm, benzrad <[email protected]> wrote:
> i tried the code, but it don't work on my app athttp://app21zh.appspot.com
> .in friend connect in the process to setup the site, it still reported
> can't find the 2 files, which i had place all over including static
> folder.
> i need more instruction.TIA.
>
> On Dec 4 2008, 6:28 am, "Andi Albrecht" <[email protected]>
> wrote:
>
> > Hi Rajiv,
>
> > here's how I did it... I copied the two files in a directory called
> > "static" (where all my CSS and images live). Then I'd added the
> > following lines to app.yaml:
>
> > - url: /rpc_relay.html
> > static_files: static/rpc_relay.html
> > upload: static/rpc_relay.html
>
> > - url: /canvas.html
> > static_files: static/canvas.html
> > upload: static/canvas.html
>
> > I'm not sure if you can omit the upload directive. But the relevant
> > part is to point the urls to the files you've downloaded from the
> > friend connect page.
>
> > Hope that helps,
>
> > AndiOn Wed, Dec 3, 2008 at 8:37 PM, Rajiv R <[email protected]> wrote:
>
> > > am trying to use friend connect for my app engine application. I am
> > > told to place 2 .html files in the app's home url i.e
> > > http://<appname>.appspot.com/<filename>.html.
>
> > > I tried a few options in app.yaml but they all result in 404-Not
> > > Found.
>
> > > any suggestions?
>
> > > Cheers!
> > > Rajiv
>
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---