This is unlikely to work, and you should never ever expose your dev_appserver publicly.
Consider making a small reusable test dataset you can easily load, rather than relying on a complete dump of production data, which won't scale. -Nick On Wed, Nov 9, 2011 at 4:31 PM, Mariano Benitez <[email protected]>wrote: > Hello, > > I am trying to copy data from my appengine to my dev server, instead of > doing the normal bulk download/upload, I tried the datastore admin copy > function. I've setup the dev server public ip so it can be seen from > outside. > > When I try to run it from appengine, it fails with status 401, not > authorized. > > Is it possible to use this anyway? seems like a nice way to populate my > dev database. > > Thanks, > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/eJsdLLfmtkwJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- Nick Johnson, Developer Programs Engineer, App Engine -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
