How are you deploying? If you download the SDK here 
https://developers.google.com/appengine/downloads and use appcfg, does it 
work? (You should not even need to specify auto_id_policy: default).


On Friday, March 28, 2014 2:19:12 PM UTC-7, GAEfan wrote:
>
> I have an app that, for some reason, is still adding the short (5 or 6 
> digit) auto IDs for new entities in production.  This is not the 
> expected/desired behavior.  I am using v1.9.1.
>
> Adding->  auto_id_policy: default  to app.yaml yields the following error:
>
> Deployment failed, details: { Failed to load application, Line 5, column 
> 15: Unable to find property 'auto_id_policy' on class: 
> com.google.cloud.services.infrastructure.controller.appengine.PreparedAppYaml$PreparedAppYamlInner,
>  
> none}
>
> Is there some other reason why this app would still be using the short 
> IDs?    I would prefer the newer (16 digit) scattered IDs.  Thanks.
>
>
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to