Google app engine version 1.9.76

when running locally , it shows an error, any idea pls

Error:

c.l.m.c.ExceptionHandlerController       : Error ==Missing or insufficient 
permissions.
[INFO] com.google.cloud.datastore.DatastoreException: Missing or insufficient 
permissions.
[INFO]  at 
com.google.cloud.datastore.spi.v1.HttpDatastoreRpc.translate(HttpDatastoreRpc.java:128)
[INFO]  at 
com.google.cloud.datastore.spi.v1.HttpDatastoreRpc.translate(HttpDatastoreRpc.java:113)
[INFO]  at 
com.google.cloud.datastore.spi.v1.HttpDatastoreRpc.runQuery(HttpDatastoreRpc.java:181)
[INFO]  at 
com.google.cloud.datastore.DatastoreImpl$1.call(DatastoreImpl.java:180)
[INFO]  at 
com.google.cloud.datastore.DatastoreImpl$1.call(DatastoreImpl.java:177)

My Entity is

@Entity(name = "CITY")
@Cache
@XmlRootElement(name = "city")
public class City implements Serializable {
   private static final long serialVersionUID = 1L;
   @Id
   @Index
   private Long id;

Already posted in 

https://groups.google.com/forum/#!topic/objectify-appengine/xM9rJKMv-Ns

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/83c3c67b-187f-4515-abff-105154b25966%40googlegroups.com.

Reply via email to