You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OpenSocial Pages
なかじまんさん
こんにちは、aquilegiaです。
GAEにOpenSocial Pageをデプロイ後、ページを追加して
osapi.newBatch()
.add('activities', osapi.activities.get({userId: '@owner', groupId:
"@ramen"}))
.execute(/*省略*/);
を実行したところ、「インデックスが必要だよ」という下記エラーログが出力されました。
====================
(省略)
javax.servlet.ServletContext log: [DEBUG] Fails to invoke method.
com.google.appengine.api.datastore.DatastoreNeedIndexException: The
index for this query is not ready to serve. See the Datastore Indexes
page in the Admin Console.. <datastore-index
kind="ActivityEntity" ancestor="false" source="manual">
<property name="groupIds" direction="asc"/>
<property name="updated" direction="desc"/>
</datastore-index>
at
com.google.appengine.api.datastore.DatastoreApiHelper.translateError(DatastoreApiHelper.java:
40)
at
com.google.appengine.api.datastore.DatastoreApiHelper.makeSyncCall(DatastoreApiHelper.java:
67)
at
(省略)
====================