Start 2025 on time and up to date. Seamlessly integrate your calendars into Dropbox with these simple steps.

Forum Discussion

alinaybabenko's avatar
alinaybabenko
New member | Level 2
6 years ago

Dropbox Android SDK download File

Hello! I use Android SDK to create/upload/download file. I've found your example on github. It works okay. But I have a question about downloading of file. When I download file (not chane anything...
  • Greg-DB's avatar
    Greg-DB
    6 years ago

    Can you clarify what 'result' is and where that's coming from? I don't see it getting set in the rest of your code.

    Also, note that 'lastModified' isn't a method for getting file metadata from the Dropbox API. Perhaps you're referring to the downloaded local file? You may instead be looking for  'metadata.getClientModified' or 'metadata.getServerModified'.