I want to detect a particular drop box path is file or not using android core API.how come this possible?
[Cross-linking for reference: https://stackoverflow.com/questions/30044327/how-can-i-detect-the-particular-given-dropbox-path-is-file-or-not-using-android ]
The isDir field on DropboxAPI.Entry tells you if the Entry is a file or folder.
isDir
DropboxAPI.Entry
Entry