Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/google-app-engine/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google app engine 从谷歌应用程序引擎导出/导入数据存储_Google App Engine_Google Cloud Datastore - Fatal编程技术网

Google app engine 从谷歌应用程序引擎导出/导入数据存储

Google app engine 从谷歌应用程序引擎导出/导入数据存储,google-app-engine,google-cloud-datastore,Google App Engine,Google Cloud Datastore,我想将在App Engine中运行的数据存储导出到本地“独立”版本的应用程序中。有人知道我怎么做吗 我一直在App Engine仪表板中四处寻找,但找不到它。查看上的文档。似乎没有针对java版本的单独文档,除了提供的文档中的com.google.apphosting.utils.remoteapi.RemoteApiServlet Tip: If you have a Java app, you can use the Python appcfg.py tool by installing t

我想将在App Engine中运行的数据存储导出到本地“独立”版本的应用程序中。有人知道我怎么做吗


我一直在App Engine仪表板中四处寻找,但找不到它。

查看上的文档。

似乎没有针对java版本的单独文档,除了提供的文档中的com.google.apphosting.utils.remoteapi.RemoteApiServlet

Tip: If you have a Java app, you can use the Python appcfg.py tool by installing the Java
version of the remote_api handler, which is included with the Java runtime environment. 
The handler servlet class is com.google.apphosting.utils.remoteapi.RemoteApiServlet.

下面是一些相关的代码示例,用于此API的java版本使用

是为此类任务设计的

尼克,java呢?我只看到python的这个选项。顺便说一句,你也能帮我看看这个问题吗?@winmyohet它不是Python特有的-你可以上传和下载数据到任何实例。截至2017年,这些东西都不再有效。您最好看一下这个问题和公认的答案:。