How to delete all datastore in Google App Engine?

后端 未结 29 1750
夕颜
夕颜 2020-11-28 01:17

Does anyone know how to delete all datastore in Google App Engine?

29条回答
  •  一整个雨季
    2020-11-28 01:43

    If you have a significant amount of data, you need to use a script to delete it. You can use remote_api to clear the datastore from the client side in a straightforward manner, though.

提交回复
热议问题