Hi You probably need to supply some more code so we can worl out what you are actually doing. (Model details for instance)
The error you are getting suggests you have a entity key in as in str (myobj.key()) from different app. One way this could be happening is you have stored keys which don't match the appid. For example do the str(moyobj.key()) above in one instance and write the string into another app instance. T On Dec 17, 5:53 pm, alf <[email protected]> wrote: > 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.
