Ah, how did I miss that from the stack trace! Thank you for pointing this out, I believe I know what to do here.
Thanks again! Laimonas On Mon, Sep 24, 2012 at 8:58 AM, Takashi Matsuo <[email protected]> wrote: > > Hi Laimonas, > > It seems that you're using string representations of some datastore keys in > your code. > > Here is some Python code snippet for fixing such keys: > http://stackoverflow.com/questions/9651943/app-x1-cannot-access-app-x2-data > > -- Takashi > > > On Mon, Sep 24, 2012 at 10:04 PM, Laimonas Simutis <[email protected]> wrote: >> >> I migrated my app this weekend and now can't use it. A request returns >> the following error: >> >> app s~[newappname] cannot access app [oldappname]'s data >> >> >> The migration was successful and got all the way to the step of >> creating alias from oldappname to newappname which I finished >> successfully as well. >> >> Am I missing some step? >> >> Let me know if you need any more info. I would prefer not to expose >> the real app names in public. >> >> >> Thanks for your help! >> >> -- >> 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. >> > > > > -- > Takashi Matsuo | Developers Advocate | [email protected] > > -- > 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. -- 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.
