在上传的应用程序之外使用Google App Engine服务

时间:2013-08-20 15:17:52

标签: google-app-engine google-cloud-storage

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

我编写了一个开发应用程序,并在python GAE框架中使用dev_appserver.py运行它。似乎dev_appserver.py是必要的,因为它填写了如何执行云存储提供的RPC功能。

有没有办法轻松使用谷歌云存储服务,而没有其余部分?

1 个答案:

答案 0 :(得分:3)

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

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

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