Hello,
I'm studying the documentation for the files /download method in both the API Explorer:
https://dropbox.github.io/dropbox-api-v2-explorer/#files_download
And in the developer documentation area:
https://www.dropbox.com/developers/documentation/http/documentation#files-download
In both cases/places the documentation indicates that a data structure is returned, showing the meta-data of the item to be downloaded. But where is it documented where and how the actual data of the item -- the file contents -- is obtained?
Meanwhile, in my test program, I'm finding that the "return value" of the call to /download is, in fact, the file contents, and if I write that data to a file in the local file system, I get a valid file (in this case a jpg photo that's viewable in any app that displays image data). But where, then, do I obtain the meta-data about the photo that the documentation says is returned?
Thanks,
Barry