Dropbox php sdk 库错误

发布于 2024-12-12 03:31:32 字数 1069 浏览 0 评论 0原文

我正在尝试在此网站上设置 dropbox api http://wedapp.users34.interdns.co.uk /

我正在使用这个库 http://code.google.com/p/ dropbox-php/

我我遇到了很多问题,我已联系我的主机,他们已确认我已安装 OAuth 扩展。

只是不断收到如下所示的大量错误。

致命错误:未捕获异常“OAuthException”,消息“无效” auth/bad 请求(收到 401,预期 HTTP/1.1 20X 或重定向)' /home/wedapp/public_html/Dropbox/OAuth/PHP.php:73 堆栈跟踪:#0 /home/wedapp/public_html/Dropbox/OAuth/PHP.php(73): OAuth->fetch('https://api.dro...', Array, 'POST', Array) #1 /home/wedapp/public_html/Dropbox/API.php(97): Dropbox_OAuth_PHP->fetch('https://api.dro...', Array, 'POST') #2 /home/wedapp/public_html/index.php(13): Dropbox_API->getToken('info@isimpledes...', 'webdesigner1982') #3 {main} 扔在 /home/wedapp/public_html/Dropbox/OAuth/PHP.php 上 第73行

你可以看到我在这里遇到的错误。 http://wedapp.users34.interdns.co.uk/

请大家帮忙。

I am trying to set dropbox api up on this website http://wedapp.users34.interdns.co.uk/

I am using this library http://code.google.com/p/dropbox-php/

I am getting lots of issues i have contacted my host and they have confirmed that i have The OAuth extension installed.

Just keep getting lots of errors like below.

Fatal error: Uncaught exception 'OAuthException' with message 'Invalid
auth/bad request (got a 401, expected HTTP/1.1 20X or a redirect)' in
/home/wedapp/public_html/Dropbox/OAuth/PHP.php:73 Stack trace: #0
/home/wedapp/public_html/Dropbox/OAuth/PHP.php(73):
OAuth->fetch('https://api.dro...', Array, 'POST', Array) #1
/home/wedapp/public_html/Dropbox/API.php(97):
Dropbox_OAuth_PHP->fetch('https://api.dro...', Array, 'POST') #2
/home/wedapp/public_html/index.php(13):
Dropbox_API->getToken('info@isimpledes...', 'webdesigner1982') #3
{main} thrown in /home/wedapp/public_html/Dropbox/OAuth/PHP.php on
line 73

you can see the errors i am getting here. http://wedapp.users34.interdns.co.uk/

Any thing please guys.

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

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

发布评论

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

评论(1

青春有你 2024-12-19 03:31:32

401 错误意味着“令牌错误或过期。如果用户或 Dropbox 撤销或过期了访问令牌,则可能会发生这种情况。要修复此问题,您应该重新对用户进行身份验证。” ( https://www.dropbox.com/developers/reference/api )

您将需要再次进行应用程序身份验证过程以获得有效令牌。

A 401 error means "Bad or expired token. This can happen if the user or Dropbox revoked or expired an access token. To fix, you should re-authenticate the user." ( https://www.dropbox.com/developers/reference/api )

You will need to go through the app authentication process again to get a valid token.

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