0
Google Datastore Runquery提供HTTP客戶端執行GQL查詢像如下:與谷歌雲Datasore GQL查詢
但我越來越喜歡錯誤響應:
{
"error": {
"code": 400,
"message": "Disallowed literal: '[email protected]'.",
"status": "INVALID_ARGUMENT"
}
}
但是,Google Cloud Datastore Http Client
工作非常簡單查詢如'Select * from User'
。
那麼,如何使用Datastore Http客戶端執行此GQL查詢?