Hi David, I suspect one value is a long integer value and the other is a string. How are you setting the token?
Robert On Wed, Jun 15, 2011 at 10:48, David <[email protected]> wrote: > Hello, > > I am having trouble using the remote_api of my Java based App. When > using bulkloader.py or the remote api shell on it, I get prompted the > login details and, after entering it, the following error message (I > am only posting the last line for now) is shown: > google.appengine.ext.remote_api.remote_api_stub.ConfigurationError: > Token validation failed during app_id lookup. (sent '1234567890123', > got 1234567890123L) > (I replaced the tokens, just to be safe. I don't know if it is > actually necessary for security or not) > > Any ideas what is going wrong and how I can fix it? I am actually > surprised that I have not found anything on that specific problem. At > least none of the posts I found mentioned different tokens due to the > letter "L" being appended. > > appcfg.py works. It is just bulkloader.py and remote_api_shell.py that > don't. The reason why I need them is that I want to be able to delete > all data from the datastore because I mess it up once in a while > during early development stages. > > Any help is appreciated. > > best regards, > David > > -- > 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.
