You can add them inside the "static" directory. You must also map them to
'/' (root) by adding the following in your app.yaml file.

- url: /canvas.html
  static_files: static/canvas.html
  upload: static/canvas.html

- url: /rpc_relay.html
  static_files: static/rpc_relay.html
  upload: static/rpc_relay.html

Hope that helps.

On Mon, Dec 29, 2008 at 7:21 AM, benzrad <dab...@gmail.com> wrote:

>
> dear sir,
> i also want to add google friend connect onto my GAE, but where
> directory should i place the 2 file google asked for uploading, ie.,
> canvas.html&rpc_relay.html ? i place them on the root folder of my
> app, also place them in the static folder with other html files, but
> neither working, ie, the setup process of google friend connect can't
> find them. where and how to setup in the py file to let the 2 html
> files can be found on root folder? i absolutely bland on python code,
> but i try to learn.p help me out.
> >
>


-- 
Regards,
Shalin Shekhar Mangar.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to