We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The patch follows.
diff --git a/friends/importer.py b/friends/importer.py index fdb52a6..1958a8b 100644 --- a/friends/importer.py +++ b/friends/importer.py @@ -87,7 +87,7 @@ def import_google(authsub_token, user): """ contacts_service = gdata.contacts.service.ContactsService() - contacts_service.auth_token = authsub_token + contacts_service.SetAuthSubToken(authsub_token) contacts_service.UpgradeToSessionToken() entries = [] feed = contacts_service.GetContactsFeed()
The text was updated successfully, but these errors were encountered:
This does solve the issue that I've been having. Except that I then get another error: Invalid AuthSub Header. Could this be related?
Sorry, something went wrong.
No branches or pull requests
The patch follows.
The text was updated successfully, but these errors were encountered: