[google-appengine] Entity IDs suddenly very long

2014-04-18 Thread GregF
I store entity IDs in an array as long ints, and I've just started getting errors because they are too long e.g. 5629499534213120. Has Appengine suddenly started producing very long IDs? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To

Re: [google-appengine] Entity IDs suddenly very long

2014-04-18 Thread Stefano Ciccarelli
http://googlecloudplatform.blogspot.it/2013/05/update-on-datastore-auto-ids.html 2014-04-18 14:51 GMT+02:00 GregF g...@vig.co.nz: I store entity IDs in an array as long ints, and I've just started getting errors because they are too long e.g. 5629499534213120. Has Appengine suddenly started

Re: [google-appengine] Entity IDs suddenly very long

2014-04-18 Thread GregF
Thanks - I did a long overdue upgrade of the SDK last week :( In case anyone else hits the same issue, I was using a custom ArrayProperty to store a set of entity IDs in another entity. To fix the problem, I followed these steps: 1. Ran a script to download the ID lists for all entities