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.
如何以编程方式获取 Dropbox 文件夹和文件的共享链接?
有很多帖子,但我没有找到一个简单的解决方案。有人可以指出我正确的解决方案。
如果您向我们展示您的代码并告诉我们出了什么问题,那么有人可能会提供帮助。捷径:
POST https://api.dropbox.com/1/shares/auto/<path> HTTP/1.1 Authorization: Bearer <access token> HTTP/1.1 200 OK Content-Type: application/json { "url": "https://...", "expires": "<a REALLY long time from now>" }
请参阅https://www.dropbox.com/developers/core/docs#shares。