Hey i am using android dropbox sdk for upload and download the data from the dropbox to my android applocation.
i use this sdk for my development https://www.dropbox.com/developers-v1/core/sdks/android
Upload to dropbox is correctly work
But when i am download image from the dropbox it give me error like: DropboxServerException (nginx): 500 Internal Server Error (Internal Server Error)
and my file not download.
There is no error in my code
How to solve this?