如何排查与 Google Adsense API 的连接问题

发布于 2024-12-26 03:14:24 字数 343 浏览 1 评论 0原文

我有一个奇怪的场景,我不知道如何继续。

在承包商的帮助下,我构建了一个连接到 Google Adsense API 的脚本并获取了一些数据。一切正常。

然后我改变了一些东西,它就停止工作了。哎呀!现在我收到一条错误消息“未配置访问权限”。

我回到原来的代码,但它也不再起作用了。同样的错误,“访问未配置。”

我的问题是,我该如何解决这个问题?我无法使用 hurl.it 之类的东西连接到 API,因为我的 API 密钥设置为与我的 Web 服务器匹配。我可以通过 SSH 连接到我的 Web 服务器并尝试手动 Curl 以了解更多信息吗?是否有任何文档可以剖析幕后发生的事情?

感谢您的帮助!

I have a weird scenario where I'm not sure how to proceed.

With a contractor's help, I built a script that connects to the Google Adsense API and grabbed some data. It was working fine.

Then I changed some things and it stopped working. Oops! Now I get an error that says "Access not configured."

I went back to my original code, but it didn't work anymore either. Same error, "Access not configured."

My question is, how can I troubleshoot this? I can't connect to the API with something like hurl.it, because my API key was set to match my web server. Can I SSH into my web server and try and Curl manually to learn more? Is there any documentation that dissects what's going on behind the scenes?

Thanks for any help!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半步萧音过轻尘 2025-01-02 03:14:24

在 Sergio 的帮助下,我通过创建一个新的控制台项目并从头开始解决了这个问题。然后一切又恢复正常了。

一个很好的“任天堂规则”的例子 - 当有疑问时,将卡带从系统中取出,将其吹入,敲击一下,然后再试一次。

应该先尝试一下!

With Sergio's help, I solved this problem by creating a new Console project and starting from scratch. Then things worked fine again.

An example of the good ole "Nintendo Rule" - when in doubt, take the cartridge out of the system, blow it in, bang on things a little, try it again.

Shoulda tried that first!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文