Comment 5 for bug 530315

Revision history for this message
Javier Collado (javier.collado) wrote :

Thanks for implementing this. It's going to be really useful for me.

I tried to execute the "getArchiveSubscriptionURLs" method for my launchpad user and I got:
HTTP Error 401: Unauthorized

The token that I'me currently using allows the script to read anything (private & public data) is there anything I've missed?

This is exactly what I did in the python interpreter:
> l = launchpadlib.launchpad.Launchpad.login_with('me', launchpadlib.launchpad.EDGE_SERVICE_ROOT)
> l.me.getArchiveSubscriptionURLs()