How do I find my 'datasetID' for making google datastore queries?
问题 How do I find my 'datasetID' for making google datastore queries? This site is supposed to tell me how to query my google datastore: https://developers.google.com/datastore/docs/apis/v1beta2/ and it says the base URL is: https://www.googleapis.com/datastore/v1beta2/datasets the tutorial says to use a 'datasetID', so for example a full URL could be: https://www.googleapis.com/datastore/v1beta2/datasets/12345/lookup But I don't know how to figure out what my 'datasetID' is. On the google