Hey Danny,

I can't say that I'm 100% sure what's happening to cause this behaviour. 
Could you share some more logs, config files, and code? If possible, I'd 
like to try to observe this on my own system. If it represents an issue in 
the SDK or platform, rather than a user misconfiguration, this would be 
necessary to get it fixed, and in the event that it's a user error, I'd 
like to help discover the proper means of getting access to remote 
Datastore via remote API from the development machine. 

Best wishes,

Nick
Cloud Platform Community Support

On Thursday, March 10, 2016 at 11:32:32 AM UTC-5, Danny Tran wrote:
>
> 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/8aa5c78e-ab37-4699-a355-e055d9a0e1e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to