You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
Adi4
2 years agoExplorer | Level 3
Want to perform Download Operation
Hi everyone! I want to perform download operation but it is only give information about file I use this : try { outputViews.write(documentUtility.newDocument(client.files().download(filePath)...
Здравко
2 years agoLegendary | Level 20
Hi Adi4,
Keep in mind that download method, you're using, returns DbxDownloader object representing the entire response, not directly the content! This object contains the file metadata as well as stream usable for fetch the actual file's content. As seems, you handle object as data - something that stringify current object state (usually the metadata).
Hope this gives direction.
About Discuss Dropbox Developer & API
Make connections with other developers799 PostsLatest Activity: 3 hours ago
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!