0

Error=Unkown当密码有美元符号时我得到了。我已经将“$”编码为“%24”

假设我有一个帐户:

username: test@gmail.com
password: testpwd$

curl --location https://www.google.com/accounts/ClientLogin --data 'Email=test@gmail.com&Passwd=testpwd%24&service=youtube&source=test' --header 'Content-Type:application/x-www-form-urlencoded'

你能告诉我如何让它工作吗?

4

1 回答 1

0

ClientLogin 不是受支持的 Authentication。请切换到OAuth2

于 2013-08-21T19:18:59.980 回答