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 Embed 在我的 Web 应用程序上使用 Box。
但是要访问特定文件夹,我必须使用 BOX API 来获取文件夹信息并以编程方式构建我的盒子嵌入。
使用 Box API,我需要先对用户进行身份验证,然后才能进行 API 调用,这部分我已经完成,但是有没有办法在不向用户显示登录表单的情况下获取令牌?
不可以,您必须先通过标准 OAuth2 工作流程获得访问令牌,然后才能通过 API 访问用户的 Box。