Dear all,
I have just figured out how to use remote_api within a gae apps to
access another apps holding the datastore.
The problem is that after the call to
"remote_api_stub.ConfigureRemoteDatastore(...)" I can't use any
"self.redirect('/')" or access the SDK console (I am using the
development server).
Does anyone could help me re-configuring or ending the remote_api_stub
session? Sth like:
- remote_api_stub.ConfigureRemoteDatastore(...) -->
ok
-
getdata()
--> ok
- close remote_api_stub.ConfigureRemoteDatastore(...) --> ???
- self.redirect('/') etc...
I hope I have posted at the right place.
Thank You
--
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.