BoxOAuthException invalid_grant 当前日期/时间必须早于 'exp' 声明中列出的到期日期/时间”

BoxOAuthException invalid_grant Current date\/time MUST be before the expiration date\/time listed in the 'exp' claim"

我刚刚在尝试使用 Box.com 进行 OAuth 时遇到此错误。

BoxOAuthException: 
Message: {"error":"invalid_grant","error_description":"Current date\/time MUST be before the expiration date\/time listed in the 'exp' claim"}

想知道我的服务器是否有时间同步问题。可能是我服务器的网络时间不同步什么的。

有人以前见过这个吗?

"This error happens when the Unix time on your local machine and the Box server are out of sync. " - 来自 Murtza

https://community.box.com/t5/Developer-Forum/Getting-Please-check-the-exp-claim-Exception/m-p/23843/highlight/true#M969