在上传的应用程序之外使用Google App Engine服务 [英] Using Google App Engine services outside of uploaded application

查看:112
本文介绍了在上传的应用程序之外使用Google App Engine服务的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我希望在启动谷歌应用程序引擎应用程序之外使用Google云端存储服务。我的应用程序是专为在我们自己的托管服务器上运行而设计的,我还想使用云存储服务。

我已经写了一个开发应用程序来完成这项工作,并在python GAE框架中使用dev_appserver.py运行它。看来dev_appserver.py是必要的,因为它可以填补如何执行云存储提供的RPC功能。



有没有一种方法可以轻松使用谷歌云存储服务其余的呢?

解决方案

有gsutil命令行工具:
https://developers.google.com/storage/docs/gsutil



有一个xml / json restful服务:
https://developers.google。 com / storage / index



您需要在Google控制台上启用谷歌云存储:
https://code.google.com/apis/console/ 并获取必要的API密钥。


I am looking to use Google Cloud Storage services outside of launching a google app engine application. My application is designed for running on a hosted server of our own, and I would like to still use the cloud storage service.

I've written a dev app that did this, and ran it with dev_appserver.py in the python GAE framework. It seems the dev_appserver.py is necessary as it fills in how to perform the RPC functions the cloud storage provides.

Is there a way to easily use google cloud storage service without the rest of it?

解决方案

There is gsutil command line tool: https://developers.google.com/storage/docs/gsutil

There is an xml/json restful service all at: https://developers.google.com/storage/index

You'll need to enable the google cloud storage on the google console at: https://code.google.com/apis/console/ and get the necessary api keys.

这篇关于在上传的应用程序之外使用Google App Engine服务的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆