Hi guys, since several days I'm trying to make work web authentication in my web application. My main focus is retrieve a list of spreadsheets that I share with other users. I have tried several ways, but nothing works fine. I get always the same error "NonAuthSubToken".
I'm following this documentation: http://code.google.com/intl/it-IT/apis/spreadsheets/data/1.0/developers_guide_python.html Now I think maybe I'm using the wrong version of the library. I have followed every step very carefully, but IT DOES NOT WORK!!! I do not know what to do. The exception is raised when I attempt to upgrade the token. I doubt the token returned IS NOT an AuthSub token, but if I'm right, I don't understand why Google return a different token. This is a token Google returned to my page: 1%2FNLYaWdMgynUlKOOlWmf04- cCXAfeMpyFFqedmZ0rLK0 Do you think the format is right? I am considering all the hypotheses because I am lost. Please I need some help!
