简体   繁体   English

什么是Google Cloud Datastore JSON API的datasetId

[英]What is the datasetId for Google Cloud Datastore JSON API

As mentioned in this post, the datasetId is the name of the cloud project. 正如提到的这个帖子, datasetId是云计算项目的名称。

It is working fine, if my project has a name like " project-name ". 如果我的项目具有“ project-name ”之类的名称,则工作正常。
In my case, the project name is " domainName.com:project-name ". 就我而言,项目名称为“ domainName.com:project-name ”。 In this case what is datasetId . 在这种情况下, datasetId是什么。

I tried with domain and removing the domain name, no luck. 我尝试使用域名并删除域名,但是没有运气。

The Cloud Datastore API is not currently supported for projects whose name begins with a domain/colon (eg "example.com:project"), but we plan to support this in the next version of the API. 当前名称以域/冒号开头的项目(例如“ example.com:project”)目前不支持Cloud Datastore API,但我们计划在下一版API中对此提供支持。

https://github.com/GoogleCloudPlatform/google-cloud-datastore/issues/82 https://github.com/GoogleCloudPlatform/google-cloud-datastore/issues/82

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM