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.
我正在使用 SharpBox Api 访问 DropBox,但不支持检索缩略图。
.NET api中有什么方法可以让 Dropbox 获取缩略图吗?
核心 API 记录在此处:https ://www.dropbox.com/developers/core/docs ,这是缩略图端点:https ://www.dropbox.com/developers/core/docs#thumbnails 。
我不知道 SharpBox 是否支持调用该端点,但如果您有用户的 OAuth 令牌,您应该可以自己轻松完成。