You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Calling the
SaveCredentialsFile()
method with a filename does nothingI followed to calls inside until oauth2client.client.Storage.locked_put at which point I see:
I also see that oauth2client is deprecated for a while now. Is this a functionality that was removed or am I doing something wrong?
The text was updated successfully, but these errors were encountered: