Hello...
I just began working with DropBox as a remote file storage location for a commercial applictaion that I have been developing.
I am developing a Micrososft WPF application in VB.NET and require only some basic functionality for downloading extension components when a customer purchases a license for one.
My questions are this; one, why is the API documentation for DropBox so messed up?
For example, if I want to know about certain return types from a DropBox API function, I let the intellisense tell me what to expect as such and then research the reference documentation. And yet, I have never been able to find a credible matchup between such documentation and what Intellisense has shown me what I should be expecting. In fact, in most cases, what Intellisense is showing me I have not been able to find anywhere in the reference materials.
Two, why do so many samples of coding show code that clearly does not work? For simply downloading a file, I had to go through hours of research just to find some obsure video that demonstrated the proper coding to do so. None of the examples provided by DropBox in their own documentation worked at all.
Does anyone know of better API documentation with sample code for this online storage tool?
Thank you...