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
PaulELong
6 years agoHelpful | Level 6
Help using the dotnet documentation
I'm trying to understand and use the API for dotnet. I'm finding it hard to use the online documentation and I'm wondering if there's something I'm missing.
For instance, I'm using Files.DownloadA...
- 6 years ago
Thanks for the feedback! Dropbox.Api.Files and Dropbox.Api.Files.Routes are each linked separately in the sidebar at the top level here:
https://dropbox.github.io/dropbox-sdk-dotnet/html/R_Project_DotNetApiDocumentation.htm
The docs themselves don't have search built in, but you can search the doc site using a web search engine, such as:
snaidamast
Explorer | Level 3
There is defintely something wrong here with the API documentation.
To do a simple file download, all of the sample coding I have researched, including the final sample that actually worked uses the following method call to perform the actual download...
loDropBoxClient.Files.DownloadAsync("/ResearchIndex Files" + "/AvailableExtensionsList.txt")
The object, "loDropBoxClient", is my successfully, instantiated cleint. And as one can see, it uses the "Files" namespace with the subordinated method, "DownloadAsync".
However, there is absolutely no way one can backtrack this in the ApI Reference Documentation as the snapshot beliow demonstrates...
As one can see, the methods for the "DropBox.API.Files" namespace does not include the "DownloadAsync" method.
This is the type of issue I have opened a new thread for and the relates to the issue that the poster of this thread has described...
Greg-DB
6 years agoDropbox Staff
snaidamast Thanks for the additional detail! I see you opened a new thread so I'll follow up with you there.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,917 PostsLatest Activity: 11 days 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!