Skip to content

SaveCredentialsFile() does not store anything #343

@db0

Description

@db0

Calling the SaveCredentialsFile() method with a filename does nothing

I followed to calls inside until oauth2client.client.Storage.locked_put at which point I see:

    def locked_put(self, credentials):
        """Write a credential.

        The Storage lock must be held when this is called.

        Args:
            credentials: Credentials, the credentials to store.
        """
        raise NotImplementedError

I also see that oauth2client is deprecated for a while now. Is this a functionality that was removed or am I doing something wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions