I need to get the detail information of a file in the Dropbox account. There are 2 fields I could not find in the file metadata are:
- File version number.
- File type.
For the file version, I can have the revision number on that filed, even though it is kind of strange because it a string of letters not a string of numbers. But for a file type (as MIME types), I could not find that information. Can I get that information for Dropbox Java SDK?
Thanks.