On Mon, Aug 19, 2013 at 5:00 PM, Max Kotasek <[email protected]> wrote:
> I've created an example application using the cloud storage service, and > was able to successfully store and retrieve files. In order to do so, I > had to register the application, reference the application id in a > configuration, and launch it through a dev_appserver.py script, which I > believe simulates the application running on google's servers. For this > project, I'm looking to run it not in google's cloud. In short, I would > like to maintain the credential support that has been provided, continue to > use the cloud storage server, but not launch the application through > something like dev_appserver.py. > You can access Cloud Storage through any service (including your home computer), not just App Engine. For authentication, you'll need to authorize through OAuth ( https://developers.google.com/storage/docs/authentication#oauth ) if you want to run outside of App Engine. ----------------- -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.
