Hi,
I am trying to authenticate with AuthSub Python API, but something
doesn't work.
I am able to login with ClientLogin, and everything works fine when
fetching for exapmle calendar feeds with AuthSub. So I suppose
something is wrong with Picasa.

Everytime I got gdata.photos.service.GooglePhotosException
GooglePhotosException: (404, '', 'Unknown user.')

I use Tipfy framework for may app, and there is part of the code.

def GetAuthSubUrl():
    next = 'http://localhost:8080/admin/picasa_token'
    scope = 'http://picasaweb.google.com/data/'
    secure = False
    session = True
    link = gdata.auth.GenerateAuthSubUrl(next, scope, secure=secure,
session=session)

    return link

class PicasaTokenHandler(BaseAdminHandler):
    def get(self):
        gd_client = gdata.photos.service.PhotosService()
        gdata.alt.appengine.run_on_appengine(gd_client)



-- 
You received this message because you are subscribed to the Google Groups 
"Google Picasa Web Albums API" 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-picasa-data-api?hl=en.

Reply via email to