On Sun, Sep 1, 2013 at 8:40 PM, <[email protected]> wrote: > Ok! I built a proxy server app. Using this guide > http%3a//www.labnol.org/internet/setup-proxy-server/12890/<http://www.labnol.org/internet/setup-proxy-server/12890/> > now > it is time to upload my files and test the server but where do I upload > them to? >
The code in your link is a Python application, so you'll need to download and install the Python SDK here: https://developers.google.com/appengine/downloads#Google_App_Engine_SDK_for_Python Then you can upload your application using the appcfg.py update command. Here's the documentation: https://developers.google.com/appengine/docs/python/gettingstartedpython27/uploading On Sun, Sep 1, 2013 at 8:40 PM, <[email protected]> wrote: > where do I connect to my proxy. > That's dependent on how your application is configured, but generally it will be at *your-example-application-id . appspot . com*. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
