0

我们在我的公司使用谷歌网站,我正在尝试使用谷歌网站 API 来修改某些页面。我用于登录的凭据是:用户名@companyName.com 和唯一密码。另外需要注意的是,我们网站页面的 url 采用以下格式:https ://sites.google.com/一个/公司名称/ NameOfYourPage

我刚刚开始使用 Google Sites API,并且正在查看他们在 /samples/sites 目录中提供的示例之一。(下载最新的 zip 文件 https://code.google.com/p/gdata-python-client/downloads/list后得到这个)。现在我正在尝试运行sites_examples.py。

所以当我运行sites_examples.py 并输入上面给出的站点信息时,我被要求选择授权机制。我选择了客户端登录。当我输入相同的用户名和密码(如上所述)访问站点页面时,它会抛出我:给定的用户凭据无效。

为什么会这样?

4

1 回答 1

0

You can get this error if Google detects suspicious activity on your account. To remedy

  • log in to your Google account with the same credentials
  • look for the warning from Google that notifies you of suspicious activity
  • click on the link on the warning on Google's site
  • follow Google's instructions to enable your client code
于 2013-03-14T20:54:31.627 回答