标签: python google-api-python-client
我无法通过Python Google API设置密码。以下是我正在做的事情的总结:
i.e 7/1/2015
代码执行时没有任何错误,但密码未设置为预期值。
我是否需要告诉API密码是否使用SHA-1进行了哈希?如果是这样,怎么样?
答案 0 :(得分:0)
这似乎可以解决问题:
params = {'password': hashed_password, 'hashFunction': 'SHA-1'}