Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 box API v2 并成功使用 OAuth2。我成功地取回了访问令牌,但为了避免“混淆代理问题”,我需要有一种方法来获取给定访问令牌相关的用户 ID。
有没有办法做到这一点?我正在尝试使用 /tokens 端点,但没有运气。我读到你需要启用它,但我找不到如何。即使我设法启用它,那会有帮助吗?
谢谢!
端点将/users/me告诉您与用于验证请求的访问令牌关联的用户 ID(和其他信息)。文档在这里。
/users/me