Google Adwords API 错误 - OAuth 客户端已删除
Posted
技术标签:
【中文标题】Google Adwords API 错误 - OAuth 客户端已删除【英文标题】:Google Adwords API error - The OAuth client was deleted 【发布时间】:2015-04-14 12:17:29 【问题描述】:我是 Google Adwords API 的新手,到目前为止,我已经通过命令行运行“GetRefreshToken.php”来获取刷新令牌。
/usr/bin/env php mypath/adwords/examples/AdWords/Auth/GetRefreshToken.php
但是,在尝试推荐的示例之一 - 'GetCampaigns.php' 时,我收到以下错误 -
发生错误:
“错误”:“deleted_client”,
"error_description" : "OAuth 客户端被删除。"
还有其他人遇到过这个问题吗?
谢谢
【问题讨论】:
【参考方案1】:我在使用日历 api 时遇到了类似的问题。修复的方法是删除我主目录中 .credentials 文件夹中的文件。然后当我使用新凭据时,它工作正常!。
在我的例子中,./credentials 文件夹位于以下路径中:
/Users/myusername/.credentials
我使用的是 OS X Yosemite 10.10.5
【讨论】:
以上是关于Google Adwords API 错误 - OAuth 客户端已删除的主要内容,如果未能解决你的问题,请参考以下文章
google adwords api 与 google-adwords-api gem
来自 google adwords api 的错误 - AttributeError:“HTTPSConnectionWithTimeout”对象没有属性“proxy_info”