copy datastore from one google project to another google project Its actually happens that we need to copy datastore values from one project to another project of google cloud platform. Requirements : Gcloud SDK on the local machine This process goes through 4 steps. Export datastore from origin project Give default service user of target project the legacy storage read role over the bucket Transfer bucket data to target project's bucket Import datastore file Step 1 Export Datastore From Feb 2019, you will not be able to use datastore admin as Google is going stop that support. So you have to use cloud datastore import-export for it. Cloud datastore import-export exports data in you specified storage bucket. To see how to setup automated datastore import-export refer this post. Step 2 Give default service user of targe projet the legacy storage read role over the bucket Here we are giving read r...