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.com 的访问令牌,我想从 box.com 检索所有文件和文件夹,我该如何实现。请给我一些解决方案。
box.com 提供端点 URL 来满足上述要求。
所以你必须首先设置带有授权的标题:承载访问令牌。
并且请对您的所有参数进行 url 编码。
希望这对您有所帮助。