At the end i can access to remote_api after configure all stuff.  We I
can get entities with db.get ok. but now when I try use .fetch  or
iterate with results appear this error

any can help me?

thnks

>>> for row in q:
...     print row.Direccion1
...
Traceback (most recent call last):
  File "<console>", line 1, in <module>
  File "C:\Program Files\Google\google_appengine\google\appengine\ext
\db\__init_
_.py", line 1527, in __iter__
    return self.run()
  File "C:\Program Files\Google\google_appengine\google\appengine\ext
\db\__init_
_.py", line 1514, in run
    iterator = raw_query.Run()
  File "C:\Program Files\Google\google_appengine\google\appengine\api
\datastore.
py", line 997, in Run
    return self._Run()
  File "C:\Program Files\Google\google_appengine\google\appengine\api
\datastore.
py", line 1016, in _Run
    raise _ToDatastoreError(err)
BadRequestError: app xxxxx cannot access app xxxx.appspot.com's data
>>>


--

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