Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
appcfg.py download_data 不适用于命名空间。
此外,使用 appcfg.py download_data 不明确指定种类是行不通的,这意味着我需要手动指定种类并逐个下载所有种类,然后逐个上传。
您是否阅读过专门讨论下载/上传所有数据的文档?
https://developers.google.com/appengine/docs/python/tools/uploadingdata#Python_Downloading_and_uploading_all_data
请注意,它说 --kind 选项是一个选项。您可以通过省略该选项来获取所有数据。