I will try that, thank you !

On Sep 4, 4:22 am, Matthew Blain <[email protected]> wrote:
> One of the new features of today's release is a --dump and --restore
> flag in the bulkloader, allowing configurationless download and
> restore of a dataset. It should work for exactly this scenario: you
> have data in one instance (say on dev_appserver) and want to upload it
> to another (say on appspot.com).
>
> You can find more information 
> athttp://code.google.com/appengine/docs/python/tools/uploadingdata.html...
>
> I'm not sure about the datastore_v3 error, but it may also be
> something we fixed.
>
> --Matthew
>
> On Sep 3, 11:35 am, FolkenDA <[email protected]> wrote:
>
> > Hello everyone,
>
> > I'm new to GAE and I am currently trying to move a website of mine to
> > this platform.
>
> > re-write the PHP code into python was really easy. However, I'm now
> > trying to move data from an mySQL database into the GAE datastore.
>
> > I was previously storing images in a directory in the server file
> > system, so I successfully wrote a script that fetch them and store
> > them in the local datastore.
> > The script works in dev server because they have no timeout, but the
> > GAE servers do.
>
> > I tried to download the local datastore into CSV files that could be
> > uploaded using the bulkloader method but got the following error:
>
> > AssertionError: No api proxy found for service "datastore_v3"
>
> > I guess dev servers do not emulate this functionality.
> > Is there some way I could use to upload local datastore to the
> > production one ?
>
> > Thank you,
>
> > Folken
>
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to