I'm attempting to make my appengine application running locally use a 
remote datastore.

In appengine_config.py I'm adding the following lines.

from google.appengine.ext.remote_api import remote_api_stub
remote_api_stub.ConfigureRemoteApiForOAuth('MyApp.appspot.com','/_ah/remote_api')
 
# name removed

Per the instructions here:
https://cloud.google.com/appengine/docs/python/tools/remoteapi

However, when I try to send a basic HTTP request to my local app, it 
results in an infinite recursion loop between a url fetcher and a logger.

Am I missing something?

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/dc594b12-1da8-4513-9e11-0dc66e59917a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to