iterative / iterative/PyDrive2

SaveCredentialsFile() does not store anything

Open
#343 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
670
Forks
75
PR merge metrics
No merged PRs in 30d

Description

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?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.