Skip to content
New issue

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

SaveCredentialsFile() does not store anything #343

Open
db0 opened this issue Apr 28, 2024 · 0 comments
Open

SaveCredentialsFile() does not store anything #343

db0 opened this issue Apr 28, 2024 · 0 comments

Comments

@db0
Copy link

db0 commented Apr 28, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant