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 提供的同步 api 将歌曲和其他文件从 Dropbox 下载到我设备的 sd 卡。文档说我们应该使用DbxFileSystem.open(path); .
有人实现过这个api吗?
我将问题发布到 Dropbox 论坛,得到的答复是:
“目前,无法在 Android Sync SDK 上选择本地缓存数据的存储位置。但是,我会确保将其传递给团队。”。
结论:我们无法将文件直接下载到外部存储。